Skip to content

Commit c4a1b3e

Browse files
authored
Merge pull request #75 from wally-yawn/tab_change
Changed tab to say Smart Gardening. Added Plant emoji
2 parents bde4ed4 + 8af676c commit c4a1b3e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

public/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
name="description"
1010
content="Web site created using create-react-app"
1111
/>
12-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
12+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🪴</text></svg>">
1313
<!--
1414
manifest.json provides metadata used when your web app is installed on a
1515
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1616
-->
17-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1817
<!--
1918
Notice the use of %PUBLIC_URL% in the tags above.
2019
It will be replaced with the URL of the `public` folder during the build.
@@ -24,7 +23,7 @@
2423
work correctly both with client-side routing and a non-root public URL.
2524
Learn how to configure a non-root public URL by running `npm run build`.
2625
-->
27-
<title>React App</title>
26+
<title>Smart Gardening</title>
2827
</head>
2928
<body>
3029
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)