Skip to content

Commit

Permalink
fix: replace backup with support card
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Sep 24, 2024
1 parent c876295 commit 7152318
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/screens/ConnectAlbyAccount.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
CreditCard,
DatabaseBackup,
Headphones,
LifeBuoy,
Mail,
PartyPopper,
Zap,
Expand Down Expand Up @@ -45,10 +45,10 @@ export function ConnectAlbyAccount() {
</Card>
<Card className="w-full">
<CardHeader className="flex flex-col justify-center items-center text-center p-4">
<DatabaseBackup className="w-6 h-6" />
<CardTitle className="text-sm">Encrypted Backups</CardTitle>
<LifeBuoy className="w-6 h-6" />
<CardTitle className="text-sm">Support</CardTitle>
<CardDescription className="text-xs">
Enjoy peace of mind with automated backups
Human support via live chat when you need a helping hand
</CardDescription>
</CardHeader>
</Card>
Expand Down

0 comments on commit 7152318

Please sign in to comment.