Skip to content

Commit

Permalink
feat: add avatar and sign out option
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 31, 2024
1 parent 3d13d05 commit d57d1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export default function App() {
return (
<>
<main className="flex h-screen flex-col md:gap-2">
<Header links={links}>
<Header links={links} currentUser={currentUser} logout={logout}>
<div className="flex h-full grow items-center gap-3">
<DnrLogo />
<h2 className="font-heading text-3xl font-black text-zinc-600 sm:text-5xl dark:text-zinc-100">
Expand Down

0 comments on commit d57d1bf

Please sign in to comment.