Skip to content

Commit

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

<div className="grid gap-3 grid-cols-form pt-5">
<label
htmlFor="timezone"
className="text-sm font-medium text-zinc-700"
>
Timezone
</label>
<div></div>
</div>
</form>
</div>
</>
Expand Down

0 comments on commit 869b992

Please sign in to comment.