Skip to content

Commit

Permalink
fix: extension store links
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Sep 30, 2024
1 parent d1636c1 commit ea8a126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/screens/appstore/AppStoreDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ export function AppStoreDetail() {
<ul className="list-inside list-decimal">
<li>Install the app</li>
<li>
Click{" "}
<Link to={`/apps/new?app=${appId}`}>
<Button variant="link" className="px-0">
Create a new app connection
</Button>{" "}
for {app.title}
Connect to {app.title}
</Button>
</Link>
</li>
<li>Open the Alby Go app on your mobile and scan the QR code</li>
Expand Down

0 comments on commit ea8a126

Please sign in to comment.