Update title

This commit is contained in:
Mitchell McCaffrey 2023-06-15 16:09:41 +10:00
parent 7e4b135a23
commit a9848d43e7
2 changed files with 3 additions and 6 deletions

View File

@ -5,10 +5,7 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#222639" />
<meta
name="description"
content="Tabletop map sharing ʕノ•ᴥ•ʔノ┬─┬ヽʕ•ᴥ•ヽʔ"
/>
<meta name="description" content="Tabletop map sharing but vintage" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
@ -24,7 +21,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Owlbear Rodeo</title>
<title>Owlbear Rodeo Legacy Edition</title>
<meta property="og:image" content="%PUBLIC_URL%/thumbnail.jpg" />
<meta name="twitter:card" content="summary_large_image" />
</head>

View File

@ -71,7 +71,7 @@ function Home() {
Join Game
</Button>
<Text variant="caption" as="p" sx={{ textAlign: "center" }}>
Beta v{process.env.REACT_APP_VERSION}
Legacy v{process.env.REACT_APP_VERSION}
</Text>
<Button
as="a"