Skip to content

Commit

Permalink
Update header to lato
Browse files Browse the repository at this point in the history
  • Loading branch information
drakenguyen4000 committed May 24, 2023
1 parent 6ee79a1 commit 81a2f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function Home({ makeNewList, joinList, handleError, joinListErrorMsg }) {

return (
<div className="Home">
<p className="h3 pt-10">
<p className="h3 font-lato pt-10">
To create a new shopping list, give your list a name.
</p>
{handleError ? <span>{handleError}</span> : null}
Expand Down

0 comments on commit 81a2f9f

Please sign in to comment.