Skip to content

Commit

Permalink
fix: updated links, name
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Dec 23, 2024
1 parent 10d6c5e commit 7219d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/SuggestedAppData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,7 @@ export const suggestedApps: SuggestedApp[] = [
playLink:
"https://play.google.com/store/apps/details?id=com.getalby.mobile",
appleLink: "https://apps.apple.com/us/app/alby-go/id6471335774",
zapStoreLink: "https://zapstore.dev",
zapStoreLink: "https://zapstore.dev/download/",
logo: albyGo,
guide: (
<>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/screens/appstore/AppStoreDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ export function AppStoreDetail() {
</ExternalLink>
)}
{app.zapStoreLink && (
<ExternalLink to="https://zap.store/download">
<ExternalLink to={app.zapStoreLink}>
<Button variant="outline">
<ZapStoreIcon className="w-4 h-4 mr-2" />
zap.store
Zapstore
</Button>
</ExternalLink>
)}
Expand Down

0 comments on commit 7219d19

Please sign in to comment.