Skip to content

Commit

Permalink
Add mising target="_blank"
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Nov 22, 2023
1 parent ad1cd44 commit a6ba5a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/viser/client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ function AboutViser() {
<p>
<Anchor
href="https://github.com/nerfstudio-project/viser"
target="_blank"
fw="800"
sx={{ "&:focus": { outline: "none" } }}
>
Expand All @@ -462,6 +463,7 @@ function AboutViser() {
&nbsp;&nbsp;&bull;&nbsp;&nbsp;
<Anchor
href="https://viser.studio"
target="_blank"
fw="800"
sx={{ "&:focus": { outline: "none" } }}
>
Expand Down

0 comments on commit a6ba5a8

Please sign in to comment.