Skip to content

Commit

Permalink
fixed zapstore link
Browse files Browse the repository at this point in the history
  • Loading branch information
itstomekk authored Dec 23, 2024
1 parent ad2d8dd commit f3091bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/screens/appstore/AppStoreDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function AppStoreDetail() {
</ExternalLink>
)}
{app.zapStoreLink && (
<ExternalLink to="https://zap.store/download">
<ExternalLink to="https://zapstore.dev/download/">
<Button variant="outline">
<ZapStoreIcon className="w-4 h-4 mr-2" />
zap.store
Expand Down

0 comments on commit f3091bb

Please sign in to comment.