Skip to content

Commit

Permalink
version number link to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mbecker20 committed Sep 7, 2024
1 parent 12d05e9 commit 80a9158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/topbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const Version = () => {
if (!version) return null;
return (
<a
href="https://komo.do"
href="https://github.com/mbecker20/komodo/releases"
target="_blank"
className="hidden lg:block"
>
Expand Down

0 comments on commit 80a9158

Please sign in to comment.