Skip to content

Commit

Permalink
fix: remove bitcoin connect from apps (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron authored Jul 10, 2024
1 parent 947f216 commit 3b8378e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Binary file not shown.
8 changes: 0 additions & 8 deletions frontend/src/components/SuggestedAppData.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import alby from "src/assets/suggested-apps/alby.png";
import amethyst from "src/assets/suggested-apps/amethyst.png";
import bc from "src/assets/suggested-apps/bitcoin-connect.png";
import damus from "src/assets/suggested-apps/damus.png";
import hablanews from "src/assets/suggested-apps/habla-news.png";
import kiwi from "src/assets/suggested-apps/kiwi.png";
Expand Down Expand Up @@ -126,13 +125,6 @@ export const suggestedApps: SuggestedApp[] = [
webLink: "https://lume.nu/",
logo: lume,
},
{
id: "bitcoin-connect",
title: "Bitcoin Connect",
description: "Connect to apps",
webLink: "https://bitcoin-connect.com/",
logo: bc,
},
{
id: "kiwi",
title: "Kiwi",
Expand Down

0 comments on commit 3b8378e

Please sign in to comment.