Skip to content

Commit

Permalink
fixup! BREAKING CHANGE(web): Switch Link and typography helpers to v3…
Browse files Browse the repository at this point in the history
… design tokens #DS-1451
  • Loading branch information
crishpeen committed Sep 17, 2024
1 parent 3015abd commit 24f2a35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/web/src/scss/helpers/links/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,16 @@ <h2 class="docs-Heading">Not Underlined</h2>
<h2 class="docs-Heading">Headings with links</h2>

<div class="docs-Stack docs-Stack--start">
<h3 class="typography-heading-xsmall-regular">
<h3 class="typography-heading-xsmall-bold">
Heading XSmall Text with <a href="#">link (default style), obtains visited state</a>
</h3>
<h3 class="typography-heading-xsmall-regular">
<h3 class="typography-heading-xsmall-bold">
Heading XSmall Text with <a href="#" class="link-secondary">link (secondary), obtains visited state</a>
</h3>
<h3 class="typography-heading-xsmall-regular">
<h3 class="typography-heading-xsmall-bold">
Heading XSmall Text with <a href="#">link without underlined class, behaves the same as the one before</a>
</h3>
<h3 class="typography-heading-xsmall-regular">
<h3 class="typography-heading-xsmall-bold">
Heading XSmall Text with <button type="button" class="link-primary">link as button</button>
</h3>
</div>
Expand Down

0 comments on commit 24f2a35

Please sign in to comment.