Skip to content

Commit

Permalink
navbar bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
SwarnenduG07 committed Feb 7, 2025
1 parent ab6a234 commit 088fe3b
Show file tree
Hide file tree
Showing 3 changed files with 983 additions and 167 deletions.
2 changes: 1 addition & 1 deletion components/landingNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const LandingNavBar = () => {
src="/logo.png"
/>
</div>
<h1 className={cn("text-2xl fonr-bold text-white" , font.className)}>
<h1 className={cn("text-2xl fonr-bold text-gray-800 dark:text-white" , font.className)}>
FluxCraft
</h1>
</Link>
Expand Down
Loading

0 comments on commit 088fe3b

Please sign in to comment.