Skip to content

Commit 8dd46ea

Browse files
committed
mod: added name to layout
1 parent 810abab commit 8dd46ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
crossorigin="anonymous"
1919
/>
2020
<meta name="color-scheme" content="dark light" />
21-
<title>Smart Shopping List</title>
21+
<title>GrocerEase</title>
2222
<script type="module" src="/src/index.tsx" async></script>
2323
</head>
2424
<body>

src/views/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function Layout({ user }: Props) {
1616
<>
1717
<div className="Layout vh-100">
1818
<header className="Layout-header">
19-
<h1>Smart shopping list</h1>
19+
<h1>GrocerEase</h1>
2020
</header>
2121
<main className="Layout-main overflow-scroll">
2222
{user && (

0 commit comments

Comments
 (0)