Skip to content

Commit

Permalink
Merge pull request #141 from Abishek-Newar/main
Browse files Browse the repository at this point in the history
issues with light mode fixed
  • Loading branch information
hkirat authored Mar 6, 2024
2 parents 7a63114 + 7161ca0 commit e9cb06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/landing/appbar/nav-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function NavigationMenu() {
href={'https://harkirat.classx.co.in/new-courses'}
target="_blank"
>
<p className="text-white">Join now</p>
<p className="text-zinc-950 dark:text-white">Join now</p>
</Link>
</DrawerClose>
</Button>
Expand Down

0 comments on commit e9cb06a

Please sign in to comment.