Skip to content

Commit

Permalink
fix: fixed skip nav
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Oct 19, 2023
1 parent 9f29cbe commit b509e42
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/web/app/root-skip-nav-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ const RootSkipNavContent = () => {
<a className="skip-btn" href="#palette-body">
Color Generator
</a>
<a className="skip-btn" href="#analogous-mono-palette">
Analogous and Monochromatic Palettes
<a className="skip-btn" href="#analogous-palette">
Analogous Palettes
</a>
<a className="skip-btn" href="#analogous-palette">
Monochromatic Palettes
</a>
<div className="flex flex-col gap-1">
<p className="px-2 font-medium">Color Palettes</p>
Expand Down

0 comments on commit b509e42

Please sign in to comment.