Skip to content

Commit

Permalink
chore: simplify alby jim internal app copy
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Aug 29, 2024
1 parent 7dec15e commit 1291974
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/SuggestedAppData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export type SuggestedApp = {
export const suggestedApps: SuggestedApp[] = [
{
id: "uncle-jim",
title: "Uncle Jim",
description: "Onboard your friends and family with your hub",
title: "Friends & Family",
description: "Subaccounts for your friends and family powered by your Hub",
internal: true,
logo: uncleJim,
},
Expand Down
9 changes: 3 additions & 6 deletions frontend/src/screens/internal-apps/UncleJimApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,17 @@ export function UncleJimApp() {
return (
<div className="grid gap-5">
<AppHeader
title="Uncle Jim"
description="Onboard your friends and family with new wallets powered by your hub"
title="Friends & Family"
description="Create subaccounts for your friends and family powered by your Hub"
/>
{!connectionSecret && (
<>
<p className="text-muted-foreground text-sm">
Step 1. Enter the name of your friend or family member
</p>
<form
onSubmit={handleSubmit}
className="flex flex-col items-start gap-5 max-w-lg"
>
<div className="w-full grid gap-1.5">
<Label htmlFor="name">Name</Label>
<Label htmlFor="name">Name of friend or family member</Label>
<Input
autoFocus
type="text"
Expand Down

0 comments on commit 1291974

Please sign in to comment.