diff --git a/frontend/src/screens/ConnectAlbyAccount.tsx b/frontend/src/screens/ConnectAlbyAccount.tsx
index 84359e74c..398a8a17c 100644
--- a/frontend/src/screens/ConnectAlbyAccount.tsx
+++ b/frontend/src/screens/ConnectAlbyAccount.tsx
@@ -25,109 +25,112 @@ type ConnectAlbyAccountProps = {
export function ConnectAlbyAccount({ connectUrl }: ConnectAlbyAccountProps) {
return (
-
-
-
-
-
-
-
-
- Lightning Address
-
-
-
- Personalized lightning address to receive payments
-
-
-
-
-
-
-
- Email Notifications
-
-
-
- Instant notifications about incoming transactions and more
-
-
-
-
-
-
-
- Encrypted Backups
-
-
-
- Ensures you can always recover funds from lightning channels
-
-
-
-
-
-
-
- Support
-
-
-
- Human support via live chat when you need a helping hand
-
-
-
-
-
-
- Fiat Top ups
-
- Top up with fiat and get Bitcoin delivered to your Alby Hub
-
-
-
-
-
-
- Podcasting 2.0
-
- Support your favorite creators by streaming sats
-
-
-
-
+
+
+
+
+ Lightning Address
+
+
+
+ Personalized lightning address to receive payments
+
+
+
+
+
+
+
+ Email Notifications
+
+
+
+ Instant notifications about incoming transactions and more
+
+
+
+
+
+
+
+ Encrypted Backups
+
+
+
+ Ensures you can always recover funds from lightning channels
+
+
+
+
+
+
+
+ Support
+
+
+
+ Human support via live chat when you need a helping hand
+
+
+
+
+
+
+ Fiat Top ups
+
+ Top up with fiat and get Bitcoin delivered to your Alby Hub
+
+
+
+
+
+
+ Podcasting 2.0
+
+ Support your favorite creators by streaming sats
+
+
+
+
+
+
+ Connect
+
+
- Pro
-
+ Maybe later
+
+
+
+
+
+
+
+ Unlock additional features with{" "}
+
+ Pro
+
+
-
-
-
+
+
+ >
);
function AlbyProIcon() {
diff --git a/frontend/src/screens/CreateNodeMigrationFileSuccess.tsx b/frontend/src/screens/CreateNodeMigrationFileSuccess.tsx
index 0d786aabb..c6dc0c7ed 100644
--- a/frontend/src/screens/CreateNodeMigrationFileSuccess.tsx
+++ b/frontend/src/screens/CreateNodeMigrationFileSuccess.tsx
@@ -8,6 +8,7 @@ export function CreateNodeMigrationFileSuccess() {