fix: text color (#26)

This commit is contained in:
Fahim Ardani
2025-05-10 18:31:56 +07:00
committed by GitHub
parent 6e78b49731
commit 75839271ad
10 changed files with 15 additions and 11 deletions
@@ -40,7 +40,7 @@ export function Header() {
alt="IMPHNEN Logo"
width={64}
height={64}
className="object-cover"
className="object-cover cursor-pointer"
/>
</div>
</div>
@@ -82,7 +82,7 @@ export function Header() {
<div className="flex items-center gap-4">
<SimpleThemeToggle />
<Button className="hidden md:flex bg-gradient-to-r from-primary to-blue-400 hover:from-primary/90 hover:to-blue-400/90 transition-all duration-300">
<Button className="hidden md:flex bg-gradient-to-r from-primary to-blue-400 hover:from-primary/90 hover:to-blue-400/90 transition-all duration-300 font-bold text-black hover:text-white cursor-pointer">
Gabung Discord
</Button>
@@ -134,7 +134,7 @@ export function Header() {
>
Testimoni
</Link>
<Button className="mt-4 bg-gradient-to-r from-primary to-blue-400 hover:from-primary/90 hover:to-blue-400/90">
<Button className="mt-4 bg-gradient-to-r from-primary to-blue-400 hover:from-primary/90 hover:to-blue-400/90 font-bold text-black hover:text-white cursor-pointer">
Gabung Discord
</Button>
</nav>