Skip to content

Commit

Permalink
fix: duplicate href attribute in link.md doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nilloq committed Jan 23, 2025
1 parent 300dd89 commit e3fd346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/0.0/components/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Visited links don't have a specific style by default. The `:visited` status can
<div><a class="link" href="#">This is an example of a base link</a></div>
<div><a class="link link-sm" href="#">This is an example of a small base link</a></div>
<div class="visited-links">
<a href="." class="link" href="#">This is an example of a visited link</a>
<a class="link" href=".">This is an example of a visited link</a>
</div>
{{< /example >}}

Expand Down

0 comments on commit e3fd346

Please sign in to comment.