Skip to content

Commit

Permalink
Merge pull request #725 from bmonish/724-profile-fields
Browse files Browse the repository at this point in the history
[724] | Removed Mandatory * for Biography
  • Loading branch information
scape76 authored Oct 12, 2023
2 parents 361b123 + 7326808 commit 7958dc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function EditMode({
</div>
<div className="w-full">
<div className="w-full relative">
<Label htmlFor="biography-input">Biography*</Label>
<Label htmlFor="biography-input">Biography</Label>
<div className="absolute right-1 top-1 text-sm">
{biography?.length} / 128
</div>
Expand Down

0 comments on commit 7958dc5

Please sign in to comment.