Skip to content

Commit

Permalink
fix: minor changelog button in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
envil a.k.a pow committed Feb 19, 2024
1 parent fb57b83 commit ddc1868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navbar/navbar-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const NavbarContent = ({ version }: Props) => {
</span>
<Link
href="/docs/changelog"
className="hidden items-center gap-1 rounded-full bg-rose-600/20 px-4 py-1.5 text-sm font-medium text-rose-400 hover:bg-rose-600 hover:text-white sm:flex"
className="hidden items-center gap-1 rounded-full bg-rose-600/20 px-4 py-1.5 text-sm font-medium text-rose-600 hover:bg-rose-600 hover:text-white dark:text-rose-400 sm:flex"
>
Changelog OpenSeries {version}
<span className="icon-[tabler--chevron-right]"></span>
Expand Down

0 comments on commit ddc1868

Please sign in to comment.