Skip to content

Commit

Permalink
feat: Alby Go app (#640)
Browse files Browse the repository at this point in the history
* feat: add alby go

* fix: update alby go

* fix: update link
  • Loading branch information
reneaaron authored Sep 12, 2024
1 parent e6452d5 commit 80625ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added frontend/src/assets/suggested-apps/alby-go.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions frontend/src/components/SuggestedAppData.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import albyGo from "src/assets/suggested-apps/alby-go.png";
import alby from "src/assets/suggested-apps/alby.png";
import amethyst from "src/assets/suggested-apps/amethyst.png";
import buzzpay from "src/assets/suggested-apps/buzzpay.png";
Expand Down Expand Up @@ -187,4 +188,11 @@ export const suggestedApps: SuggestedApp[] = [
webLink: "https://paper-scissors-hodl.fly.dev",
logo: paperScissorsHodl,
},
{
id: "alby-go",
title: "Alby Go",
description: "A simple mobile wallet that works great with Alby Hub",
webLink: "https://albygo.com",
logo: albyGo,
},
].sort((a, b) => (a.title.toUpperCase() > b.title.toUpperCase() ? 1 : -1));

0 comments on commit 80625ed

Please sign in to comment.