Skip to content

Commit

Permalink
fix: make friends & family alby account instructions more clear (#632)
Browse files Browse the repository at this point in the history
* fix: make friends & family alby account instructions more clear

* chore: remove placeholder on friends & family name input
  • Loading branch information
rolznz authored Sep 12, 2024
1 parent aba9a3a commit e6452d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 246 deletions.
19 changes: 14 additions & 5 deletions frontend/src/screens/internal-apps/UncleJim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export function UncleJim() {
onChange={(e) => setName(e.target.value)}
required
autoComplete="off"
placeholder="John Galt"
/>
</div>
<LoadingButton loading={isLoading} type="submit">
Expand Down Expand Up @@ -170,9 +169,10 @@ export function UncleJim() {
if they don't have one yet.
</p>
<p className="text-muted-foreground text-sm mb-5">
2. Send {name} the below link which will link the new wallet
to their Alby Account. Do not to share this publicly as it
contains the connection secret for their wallet.
2. Send {name} the below URL which when they open it in their
browser, will automatically connect the new wallet to their
Alby Account. Do not to share this publicly as it contains the
connection secret for their wallet.
</p>
<div className="flex gap-2">
<Input
Expand All @@ -186,9 +186,18 @@ export function UncleJim() {
variant="outline"
>
<CopyIcon className="w-4 h-4 mr-2" />
Copy
Copy URL
</Button>
</div>
<Alert className="mt-5">
<AlertTriangleIcon className="h-4 w-4" />
<AlertTitle>Managing multiple Alby accounts</AlertTitle>
<AlertDescription>
In case you are managing multiple alby accounts from the
same device, we recommend to use multiple browsers (or
browser profiles).
</AlertDescription>
</Alert>
</AccordionContent>
</AccordionItem>
<AccordionItem value="extension">
Expand Down
241 changes: 0 additions & 241 deletions frontend/src/screens/internal-apps/UncleJimApp.tsx

This file was deleted.

0 comments on commit e6452d5

Please sign in to comment.