Skip to content

Commit 5f8144b

Browse files
committed
Fixes Signin button Css
1 parent 65382d5 commit 5f8144b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/Header.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@ function Header() {
3232

3333
<div className="flex gap-2 lg:ml-40">
3434
<button
35-
className={`relative bg-2023-void-2 hover:bg-2023-void-2 btn text-white rounded-1xl hover:text-shadow hover:shadow-2023-bavarian-gold-3 `}
35+
className="btn btn-ghost text-white"
3636
onClick={() => {
3737
if (!session.data) signIn('github');
3838
else signOut();
3939
}}
4040
>
4141
{session.data ? 'Sign Out' : 'Sign In'}
4242
</button>
43+
4344
<Link
4445
href="/contributors"
4546
className="btn btn-square btn-ghost umami--click--contributors-button"

0 commit comments

Comments
 (0)