commit edd10ccd50852e656bf8ef86a573939edd39269f
parent 6e4738af95164ce33f1fa4dd8ae0c713c9ee86c6
Author: Daniel D’Aquino <daniel@daquino.me>
Date: Tue, 31 Oct 2023 06:24:47 +0000
Fix typo on apple banner tag
Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/pages/home.tsx b/src/components/pages/home.tsx
@@ -22,7 +22,7 @@ export function Home() {
<Head>
<title>Damus</title>
<meta name="description" content={ intl.formatMessage({ id: "home.meta_description", defaultMessage: "Damus is a new social network that you control. Available now on iOS, iPad and macOS (M1/M2)" }) }/>
- <meta name="apple-itunes-app" content="app-id=m1628663131"/>
+ <meta name="apple-itunes-app" content="app-id=1628663131"/>
</Head>
<main style={{ scrollBehavior: "smooth" }}>
<Hero/>