Skip to content

Commit

Permalink
docs: add nofollow (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Nov 15, 2022
1 parent fc07fa8 commit 899af59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/routes/showcase/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const SiteLink = component$((props: { entry: MediaEntry }) => {
return (
<li class={props.entry.size}>
<Score speedScore={props.entry.perf.score} url={props.entry.href}></Score>
<a class="card" href={props.entry.href} target="_blank" rel="noreferrer">
<a class="card" href={props.entry.href} target="_blank" rel="nofollow noreferrer">
<img width="1440" height="980" loading="lazy" src={props.entry.imgSrc} aria-hidden="true" />
<div class="backdrop">
<div class="metrics">
Expand Down

0 comments on commit 899af59

Please sign in to comment.