Skip to content

Commit

Permalink
Merge pull request #18 from the-collab-lab/test-workflow
Browse files Browse the repository at this point in the history
Verify that the preview and production deploys are working
  • Loading branch information
vivitt authored Aug 18, 2024
2 parents 31c8883 + 9e2f9e3 commit 7bed62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function Layout() {
<h1>Smart shopping list</h1>
{!!user ? (
<div>
<span>Sign in as {auth.currentUser.displayName}</span>
<span>Welcome {auth.currentUser.displayName}!</span>
<SignOutButton></SignOutButton>
</div>
) : (
Expand Down

0 comments on commit 7bed62e

Please sign in to comment.