Skip to content

Commit

Permalink
chore: add noreferrer to asChild sample
Browse files Browse the repository at this point in the history
  • Loading branch information
timoheddes committed Oct 4, 2023
1 parent df52caa commit b13afd5
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ export const Dynamic: IStory = {
Developer Program
</NavAccordion.Link>
<NavAccordion.Link asChild>
<a id="asChild" href="https://kadena.io/" target="_blank">
<a
id="asChild"
href="https://kadena.io/"
rel="noreferrer"
target="_blank"
>
Kadena.io (asChild)
</a>
</NavAccordion.Link>
Expand Down

0 comments on commit b13afd5

Please sign in to comment.