Skip to content

Commit

Permalink
fix: open changelog in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
rare-magma committed May 26, 2023
1 parent 2415b25 commit 5ab9fe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@ function NavBar({
<a
aria-label="open guitos changelog"
href="https://github.com/rare-magma/guitos/blob/main/CHANGELOG.md"
target="_blank"
rel="noreferrer"
>
v{APP_VERSION}
</a>
Expand Down

0 comments on commit 5ab9fe4

Please sign in to comment.