Skip to content

Commit

Permalink
docs(Anchor): fix console warning when using class (#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored and tujoworker committed May 31, 2023
1 parent 497b3c3 commit 85be7d5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ To force a specific state of style, use the following classes to do so:

## Anchor modifiers

- `.dnb-anchor--no-animation` <a href="/uilib/elements/anchor" class="dnb-anchor dnb-anchor--no-animation">No Animation</a>
- `.dnb-anchor--no-style` <a href="/uilib/elements/anchor" class="dnb-anchor dnb-anchor--no-style">No Style</a>
- `.dnb-anchor--no-hover` <a href="/uilib/elements/anchor" class="dnb-anchor dnb-anchor--no-hover">No Hover</a>
- `.dnb-anchor--no-underline` <a href="/uilib/elements/anchor" class="dnb-anchor dnb-anchor--no-underline">No Underline</a>
- `.dnb-anchor--no-animation` <a href="/uilib/elements/anchor" className="dnb-anchor dnb-anchor--no-animation">No Animation</a>
- `.dnb-anchor--no-style` <a href="/uilib/elements/anchor" className="dnb-anchor dnb-anchor--no-style">No Style</a>
- `.dnb-anchor--no-hover` <a href="/uilib/elements/anchor" className="dnb-anchor dnb-anchor--no-hover">No Hover</a>
- `.dnb-anchor--no-underline` <a href="/uilib/elements/anchor" className="dnb-anchor dnb-anchor--no-underline">No Underline</a>

## Anchor with icons

Expand Down

0 comments on commit 85be7d5

Please sign in to comment.