Skip to content

Commit

Permalink
remove auth button
Browse files Browse the repository at this point in the history
  • Loading branch information
jgentes committed Dec 30, 2023
1 parent ceebabf commit d600666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Header = () => (
<div className="p-4 flex flex-row bg-primary-50 justify-between items-center border-b border-default sticky z-10">
<Logo />
<div className="flex flex-row gap-x-2">
<LoginButton />
{/* <LoginButton /> */}
<Tooltip color="default" size="sm" content="Discuss on GitHub">
<Button
isIconOnly
Expand Down

0 comments on commit d600666

Please sign in to comment.