Skip to content

Commit

Permalink
Update SuggestedAppData.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MoritzKa committed Oct 7, 2024
1 parent 4cf9325 commit a5c27ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/components/SuggestedAppData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const suggestedApps: SuggestedApp[] = [
to="/apps/new?app=alby-extension"
className="font-semibold text-foreground underline"
>
Connect to Alby Browser Extension
Connect to Alby Extension
</Link>
</li>
<li>5. Set app's wallet permissions (full access recommended)</li>
Expand Down Expand Up @@ -196,21 +196,21 @@ export const suggestedApps: SuggestedApp[] = [
<h3 className="font-medium">In Alby Hub</h3>
<ul className="list-inside text-muted-foreground">
<li>
3. Click{" "}
4. Click{" "}
<Link
to="/apps/new?app=amthyst"
className="font-semibold text-foreground underline"
>
Connect to Amethyst
</Link>
</li>
<li>4. Set app's wallet permissions (full access recommended)</li>
<li>5. Set app's wallet permissions (full access recommended)</li>
</ul>
</div>
<div>
<h3 className="font-medium">In Amethyst</h3>
<ul className="list-inside text-muted-foreground">
<li>5. Scan or paste the connection secret from Alby Hub</li>
<li>6. Scan or paste the connection secret from Alby Hub</li>
</ul>
</div>
</>
Expand Down

0 comments on commit a5c27ac

Please sign in to comment.