Skip to content

Commit

Permalink
removing extra welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkabenni committed Apr 5, 2024
1 parent c7f558e commit 7d0d330
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ export function Layout() {

{!isMobile && (
<div>
<div>
<span>Welcome, {auth.currentUser.displayName}</span>
</div>
<Button
fn={() => auth.signOut()}
color={'yellow'}
Expand Down

0 comments on commit 7d0d330

Please sign in to comment.