Skip to content

Commit 088fe3b

Browse files
committed
navbar bug fixed
1 parent ab6a234 commit 088fe3b

File tree

3 files changed

+983
-167
lines changed

3 files changed

+983
-167
lines changed

components/landingNavbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const LandingNavBar = () => {
2626
src="/logo.png"
2727
/>
2828
</div>
29-
<h1 className={cn("text-2xl fonr-bold text-white" , font.className)}>
29+
<h1 className={cn("text-2xl fonr-bold text-gray-800 dark:text-white" , font.className)}>
3030
FluxCraft
3131
</h1>
3232
</Link>

0 commit comments

Comments
 (0)