Skip to content

Commit

Permalink
add input to photo on form
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniobiasotti committed May 13, 2024
1 parent e2923a3 commit 1d43dfb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@ export default function Home() {
/>
</Input.Root>
</div>

<div className="grid gap-3 grid-cols-form pt-5">
<label
htmlFor="email"
className="text-sm font-medium text-zinc-700"
>
Your photo
<span className="mt-0.5 text-sm font-normal text-zinc-500 block">
This will be displayed on your profile.
</span>
</label>
<div></div>
</div>
</form>
</div>
</>
Expand Down

0 comments on commit 1d43dfb

Please sign in to comment.