Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Mar 31, 2024
1 parent 6b3b40d commit 41dde36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/gist/[...pathSegments].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function GistSourcePageContent({ src }: { src: GistSource }) {
{v.gistSource && (
<div>
Original Gist:&nbsp;
<a className="text-xs underline" href={v.gistSource.asUpstreamUrl()} target="_blank">
<a className="text-xs underline" href={v.gistSource.asUpstreamUrl()} target="_blank" rel="noreferrer">
{v.gistSource.asUpstreamUrl()}
</a>
</div>
Expand Down

0 comments on commit 41dde36

Please sign in to comment.