mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-03-30 06:05:20 -05:00
Add "optional" to website on account form
This commit is contained in:
parent
06e86e14e9
commit
cdcfca222f
|
|
@ -109,7 +109,7 @@ export default function AccountForm({ user, profile }: { user: User | null, prof
|
|||
</div>
|
||||
|
||||
<div className="grid gap-2 sm:col-span-2">
|
||||
<label htmlFor="website" className="text-sm text-foreground/80">Website</label>
|
||||
<label htmlFor="website" className="text-sm text-foreground/80">Website <span className="text-foreground/50">(optional)</span></label>
|
||||
<input
|
||||
id="website"
|
||||
type="url"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user