Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 04ddd23

Browse files
committed
feat(ui/portal/profile): move website to contact
1 parent 0a75627 commit 04ddd23

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

libs/portal/features/profile/ui/questions.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,13 @@ export function Questions({ user, isComplete, onSubmit }: ProfileFormProps) {
345345
label="Phone Number"
346346
isRequired
347347
/>
348+
<TextField
349+
variant="link"
350+
placeholder="https://john.dev"
351+
name="website"
352+
form={profile}
353+
label="Website"
354+
/>
348355
{/* <AuthenticationField
349356
provider={Provider.discord}
350357
link={AUTH_LINK.DISCORD}

0 commit comments

Comments
 (0)