Skip to content

Commit

Permalink
fix: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Sep 24, 2024
1 parent 7034204 commit c876295
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions frontend/src/screens/ConnectAlbyAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ export function ConnectAlbyAccount() {
<Zap className="w-6 h-6" />
<CardTitle className="text-sm">Lightning Address</CardTitle>
<CardDescription className="text-xs">
Personalized lightning address to receive payments straight into
your Hub
Personalized lightning address to receive payments
</CardDescription>
</CardHeader>
</Card>
Expand All @@ -40,8 +39,7 @@ export function ConnectAlbyAccount() {
<Mail className="w-6 h-6" />
<CardTitle className="text-sm">Email Notifications</CardTitle>
<CardDescription className="text-xs">
Stay updated! Get instant emails about incoming transactions and
important updates.
Instant notifications about incoming transactions and more
</CardDescription>
</CardHeader>
</Card>
Expand All @@ -50,8 +48,7 @@ export function ConnectAlbyAccount() {
<DatabaseBackup className="w-6 h-6" />
<CardTitle className="text-sm">Encrypted Backups</CardTitle>
<CardDescription className="text-xs">
Enjoy peace of mind with automated backups of your <br />
Alby Hub.
Enjoy peace of mind with automated backups
</CardDescription>
</CardHeader>
</Card>
Expand All @@ -60,9 +57,7 @@ export function ConnectAlbyAccount() {
<CreditCard className="w-6 h-6" />
<CardTitle className="text-sm">Fiat Topups</CardTitle>
<CardDescription className="text-xs">
Top up with fiat and get Bitcoin delivered straight into your{" "}
<br />
Alby Hub.
Top up with fiat and get Bitcoin delivered to your Alby Hub
</CardDescription>
</CardHeader>
</Card>
Expand All @@ -71,8 +66,7 @@ export function ConnectAlbyAccount() {
<Headphones className="w-6 h-6" />
<CardTitle className="text-sm">Podcasting 2.0</CardTitle>
<CardDescription className="text-xs">
Support your favorite creators by streaming sats while you enjoy
their content.
Support your favorite creators by streaming sats
</CardDescription>
</CardHeader>
</Card>
Expand All @@ -81,8 +75,7 @@ export function ConnectAlbyAccount() {
<PartyPopper className="w-6 h-6" />
<CardTitle className="text-sm">and there's more...</CardTitle>
<CardDescription className="text-xs">
Claim your Nostr address, discover new apps and explore what's
coming next.
Claim your Nostr address, discover apps, etc
</CardDescription>
</CardHeader>
</Card>
Expand Down

0 comments on commit c876295

Please sign in to comment.