Skip to content

Commit

Permalink
chore(public) update titles & links
Browse files Browse the repository at this point in the history
  • Loading branch information
dyyyl committed Aug 15, 2020
1 parent 34f846b commit 34887c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />

<meta name="viewport" content="width=device-width, initial-scale=1" />

<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>

<meta name="description" content="Some game dev tennis 4 ya <3" />

<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand All @@ -24,7 +25,12 @@
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>React App</title>
<!-- Load Inter font family -->
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;500&display=swap"
rel="stylesheet"
/>
<title>Memory Tennis</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Game Dev Tennis",
"name": "Game Dev Tennis 4 Gr8 G∞d",
"icons": [
{
"src": "favicon.ico",
Expand Down

0 comments on commit 34887c9

Please sign in to comment.