We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65382d5 commit 5f8144bCopy full SHA for 5f8144b
components/Header.tsx
@@ -32,14 +32,15 @@ function Header() {
32
33
<div className="flex gap-2 lg:ml-40">
34
<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 `}
+ className="btn btn-ghost text-white"
36
onClick={() => {
37
if (!session.data) signIn('github');
38
else signOut();
39
}}
40
>
41
{session.data ? 'Sign Out' : 'Sign In'}
42
</button>
43
+
44
<Link
45
href="/contributors"
46
className="btn btn-square btn-ghost umami--click--contributors-button"
0 commit comments