We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810abab commit 8dd46eaCopy full SHA for 8dd46ea
index.html
@@ -18,7 +18,7 @@
18
crossorigin="anonymous"
19
/>
20
<meta name="color-scheme" content="dark light" />
21
- <title>Smart Shopping List</title>
+ <title>GrocerEase</title>
22
<script type="module" src="/src/index.tsx" async></script>
23
</head>
24
<body>
src/views/Layout.tsx
@@ -16,7 +16,7 @@ export function Layout({ user }: Props) {
16
<>
17
<div className="Layout vh-100">
<header className="Layout-header">
- <h1>Smart shopping list</h1>
+ <h1>GrocerEase</h1>
</header>
<main className="Layout-main overflow-scroll">
{user && (
0 commit comments