Skip to content

Commit be2eb7d

Browse files
committed
reword app title and descripion
1 parent 22a12d3 commit be2eb7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<meta name="theme-color" content="#000000" />
77
<meta
88
name="description"
9-
content="Our grocery list - an app that demonstrates using react hooks with Firebase firestore"
9+
content="Grocery list - an example of using React hooks with Firebase firestore"
1010
/>
11-
<title>Our grocery list</title>
11+
<title>Grocery List</title>
1212
<link href="https://fonts.googleapis.com/css?family=Sriracha&display=swap" rel="stylesheet">
1313
</head>
1414
<body>

0 commit comments

Comments
 (0)