Skip to content

Commit c7faf2e

Browse files
committed
fixes sign btn border added
1 parent 5f8144b commit c7faf2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Header.tsx

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

3333
<div className="flex gap-2 lg:ml-40">
3434
<button
35-
className="btn btn-ghost text-white"
35+
36+
className="btn btn-ghost text-white border-1 border-white"
3637
onClick={() => {
3738
if (!session.data) signIn('github');
3839
else signOut();
3940
}}
4041
>
4142
{session.data ? 'Sign Out' : 'Sign In'}
4243
</button>
43-
4444
<Link
4545
href="/contributors"
4646
className="btn btn-square btn-ghost umami--click--contributors-button"

0 commit comments

Comments
 (0)