Skip to content

Commit

Permalink
fix(version): change version release url
Browse files Browse the repository at this point in the history
  • Loading branch information
finxol committed Jan 27, 2025
1 parent 27da031 commit a8df0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/_components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Footer() {
</p>
<Button variant="link" asChild className="text-sm text-muted-foreground">
<Link
href={`https://github.com/finxol/karr/releases?q=v${version}`}
href={`https://github.com/finxol/karr/releases/tag/v${version}`}
target="_blank"
>
Version {version} {isProduction ? "" : "(dev)"}
Expand Down

0 comments on commit a8df0ed

Please sign in to comment.