Skip to content

Commit

Permalink
fix(backup modal): update name max length
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Nov 2, 2024
1 parent ff89a97 commit 4ef5677
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
type="text"
class="bg-bg-input w-full rounded-lg p-4"
placeholder="e.g. Before 1.21"
maxlength="32"
maxlength="64"
/>
<div class="flex items-center gap-2">
<InfoIcon class="hidden sm:block" />
Expand Down

0 comments on commit 4ef5677

Please sign in to comment.