{connectedApps.map((app) => (
))}
diff --git a/frontend/src/components/connections/AppStore.tsx b/frontend/src/components/connections/AppStore.tsx
index 59e632063..93e67a616 100644
--- a/frontend/src/components/connections/AppStore.tsx
+++ b/frontend/src/components/connections/AppStore.tsx
@@ -4,7 +4,7 @@ import SuggestedApps from "src/components/connections/SuggestedApps";
function AppStore() {
return (
- <>
+
@@ -21,7 +21,7 @@ function AppStore() {
- >
+
);
}
diff --git a/frontend/src/components/connections/AppUsage.tsx b/frontend/src/components/connections/AppUsage.tsx
index 0cd745d57..a4154cfe6 100644
--- a/frontend/src/components/connections/AppUsage.tsx
+++ b/frontend/src/components/connections/AppUsage.tsx
@@ -77,7 +77,7 @@ export function AppUsage({ app }: { app: App }) {
{app.isolated && (
)}
-
+
Total Spent
diff --git a/frontend/src/components/connections/ConnectedApps.tsx b/frontend/src/components/connections/ConnectedApps.tsx
index 8e2f0e55a..73f57e27e 100644
--- a/frontend/src/components/connections/ConnectedApps.tsx
+++ b/frontend/src/components/connections/ConnectedApps.tsx
@@ -52,7 +52,7 @@ function ConnectedApps() {
);
return (
- <>
+
@@ -76,13 +76,11 @@ function ConnectedApps() {
{info.albyAccountConnected && (
-
+
)}
-
-
{!otherApps.length && (
0 && (
{otherApps.map((app, index) => (
@@ -111,7 +109,7 @@ function ConnectedApps() {
page={page}
handlePageChange={handlePageChange}
/>
- >
+
);
}
diff --git a/frontend/src/components/connections/SuggestedApps.tsx b/frontend/src/components/connections/SuggestedApps.tsx
index a097c0814..01832ff26 100644
--- a/frontend/src/components/connections/SuggestedApps.tsx
+++ b/frontend/src/components/connections/SuggestedApps.tsx
@@ -17,8 +17,8 @@ import {
function AppCard(app: AppStoreApp) {
return (
-
-
+
+
-
+
{app.title}
{app.description}
@@ -53,7 +53,7 @@ export default function SuggestedApps() {
return (
<>
-
+
{sortedAppStoreCategories.map(([categoryId, category]) => (
))}
-
+
{sortedAppStoreCategories
.filter(
([categoryId]) =>
@@ -86,9 +86,9 @@ export default function SuggestedApps() {
)
.map(([categoryId, category]) => {
return (
-
+
{category.title}
-
+
{appStoreApps
.filter((app) =>
(app.categories as string[]).includes(categoryId)
diff --git a/frontend/src/components/layouts/SettingsLayout.tsx b/frontend/src/components/layouts/SettingsLayout.tsx
index 6129402ca..7a8685a7c 100644
--- a/frontend/src/components/layouts/SettingsLayout.tsx
+++ b/frontend/src/components/layouts/SettingsLayout.tsx
@@ -110,7 +110,7 @@ export default function SettingsLayout() {
}
/>
-
+
@@ -182,7 +182,7 @@ export default function SettingsLayout() {
-
diff --git a/frontend/src/screens/ConnectAlbyAccount.tsx b/frontend/src/screens/ConnectAlbyAccount.tsx
index b4b1a3354..2e63e2f2c 100644
--- a/frontend/src/screens/ConnectAlbyAccount.tsx
+++ b/frontend/src/screens/ConnectAlbyAccount.tsx
@@ -32,7 +32,7 @@ export function ConnectAlbyAccount({ connectUrl }: ConnectAlbyAccountProps) {
pageTitle="Connect Your Alby Account"
description="Your Alby Account brings several benefits to your Alby Hub"
/>
-
+
diff --git a/frontend/src/screens/Home.tsx b/frontend/src/screens/Home.tsx
index 6bed1fdf1..65428fa99 100644
--- a/frontend/src/screens/Home.tsx
+++ b/frontend/src/screens/Home.tsx
@@ -40,7 +40,7 @@ function Home() {
title="Home"
contentRight={ }
/>
-
+
@@ -60,7 +60,7 @@ function Home() {
{isNerd && (
-
+
diff --git a/frontend/src/screens/ai/AI.tsx b/frontend/src/screens/ai/AI.tsx
index 65ccc6d0e..97846dcc2 100644
--- a/frontend/src/screens/ai/AI.tsx
+++ b/frontend/src/screens/ai/AI.tsx
@@ -419,7 +419,7 @@ export function AI() {
{/* Featured services — branded full cards */}
Featured Services
-
+
diff --git a/frontend/src/screens/alby/SupportAlby.tsx b/frontend/src/screens/alby/SupportAlby.tsx
index 54fc64c13..d2854dd7d 100644
--- a/frontend/src/screens/alby/SupportAlby.tsx
+++ b/frontend/src/screens/alby/SupportAlby.tsx
@@ -163,7 +163,7 @@ function SupportAlby() {
description="We are committed to elevating the Bitcoin ecosystem by offering reliable, efficient, and user-friendly software solutions for seamless transactions. With your help, we can keep pushing boundaries and evolving Alby Hub into something extraordinary."
/>
Become a Supporter
-
+
Upgrade to Pro
diff --git a/frontend/src/screens/apps/AppDetails.tsx b/frontend/src/screens/apps/AppDetails.tsx
index 22ebad81b..30b603692 100644
--- a/frontend/src/screens/apps/AppDetails.tsx
+++ b/frontend/src/screens/apps/AppDetails.tsx
@@ -393,7 +393,7 @@ function AppInternal({ app, refetchApp, capabilities }: AppInternalProps) {
{!isEditingPermissions && (
<>
{appStoreApp && (
-
+
diff --git a/frontend/src/screens/apps/AppsCleanup.tsx b/frontend/src/screens/apps/AppsCleanup.tsx
index e4bf40df3..73e09ca89 100644
--- a/frontend/src/screens/apps/AppsCleanup.tsx
+++ b/frontend/src/screens/apps/AppsCleanup.tsx
@@ -68,8 +68,8 @@ export function AppsCleanup() {
)}
-
-
+
+
{currentApp && (
<>
diff --git a/frontend/src/screens/apps/Connections.tsx b/frontend/src/screens/apps/Connections.tsx
index 66476159d..9f55a19be 100644
--- a/frontend/src/screens/apps/Connections.tsx
+++ b/frontend/src/screens/apps/Connections.tsx
@@ -41,8 +41,8 @@ export function Connections() {
/>
}
/>
-
-
+
+
App Store
diff --git a/frontend/src/screens/appstore/AppStoreDetail.tsx b/frontend/src/screens/appstore/AppStoreDetail.tsx
index 257d0a34b..ee1522cc1 100644
--- a/frontend/src/screens/appstore/AppStoreDetail.tsx
+++ b/frontend/src/screens/appstore/AppStoreDetail.tsx
@@ -46,9 +46,9 @@ function AppStoreDetailInternal({ appStoreApp }: { appStoreApp: AppStoreApp }) {
}
return (
-
+
-
+
{/*
diff --git a/frontend/src/screens/channels/Channels.tsx b/frontend/src/screens/channels/Channels.tsx
index 7c21150fb..e94a164ce 100644
--- a/frontend/src/screens/channels/Channels.tsx
+++ b/frontend/src/screens/channels/Channels.tsx
@@ -339,7 +339,7 @@ export default function Channels() {
diff --git a/frontend/src/screens/internal-apps/Tictactoe.tsx b/frontend/src/screens/internal-apps/Tictactoe.tsx
index bc155cc32..5ce4c7ebd 100644
--- a/frontend/src/screens/internal-apps/Tictactoe.tsx
+++ b/frontend/src/screens/internal-apps/Tictactoe.tsx
@@ -146,7 +146,7 @@ export function Tictactoe() {
{!!tictactoeApps?.length && (
<>
Tic Tac Toe connections
-
+
{tictactoeApps.map((app, index) => (
))}
diff --git a/frontend/src/screens/internal-apps/ZapPlanner.tsx b/frontend/src/screens/internal-apps/ZapPlanner.tsx
index 91e933236..ba7be8f7e 100644
--- a/frontend/src/screens/internal-apps/ZapPlanner.tsx
+++ b/frontend/src/screens/internal-apps/ZapPlanner.tsx
@@ -515,7 +515,7 @@ export function ZapPlanner() {
scheduled payment. This allows you to securely setup recurring payments
and be in full control.
-
+
{recipients.map((recipient) => (
@@ -544,7 +544,7 @@ export function ZapPlanner() {
{!!zapplannerApps?.length && (
<>
Recurring Payments
-
+
{zapplannerApps.map((app, index) => (
+
)}
-
+
@@ -191,11 +191,11 @@ export function SubwalletList() {
-
+
Managed Sub-wallets
{subwalletApps.map((app, index) => (