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 9d67f54 commit 65382d5Copy full SHA for 65382d5
components/Header.tsx
@@ -32,7 +32,7 @@ function Header() {
32
33
<div className="flex gap-2 lg:ml-40">
34
<button
35
- className="btn btn-ghost capitalize"
+ 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 `}
36
onClick={() => {
37
if (!session.data) signIn('github');
38
else signOut();
0 commit comments