Skip to content

Commit

Permalink
Small updates to Home Screen (#851)
Browse files Browse the repository at this point in the history
* Update Home Screen

Updated copy on Alby Account
Fixed link to Alby Extension

* chore: fix formatting

* chore: minor copy

---------

Co-authored-by: Roland Bewick <[email protected]>
Co-authored-by: Roland <[email protected]>
  • Loading branch information
3 people authored Dec 8, 2024
1 parent f1d679b commit 1c2caa9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions frontend/src/screens/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,19 @@ function Home() {
<div>
<CardTitle>
<div className="flex-1 leading-5 font-semibold text-xl whitespace-nowrap text-ellipsis overflow-hidden ml-4">
Alby Web
Alby Account
</div>
</CardTitle>
<CardDescription className="ml-4">
Install Alby Web on your phone and use your Hub on the go.
Get an Alby Account with a web wallet interface, lightning
address and other features.
</CardDescription>
</div>
</div>
</CardHeader>
<CardContent className="text-right">
<Button variant="outline">
Open Alby Web
Open Alby Account
<ExternalLinkIcon className="w-4 h-4 ml-2" />
</Button>
</CardContent>
Expand Down Expand Up @@ -109,7 +110,7 @@ function Home() {
</Card>
</Link>
{!extensionInstalled && (
<ExternalLink to="https://www.getalby.com">
<ExternalLink to="https://getalby.com/products/browser-extension">
<Card>
<CardHeader>
<div className="flex flex-row items-center">
Expand All @@ -123,7 +124,7 @@ function Home() {
</div>
</CardTitle>
<CardDescription className="ml-4">
Seamless bitcoin payments in your favourite internet
Seamless bitcoin payments in your favorite internet
browser.
</CardDescription>
</div>
Expand Down

0 comments on commit 1c2caa9

Please sign in to comment.