Skip to content

Commit

Permalink
fix: max length for server name again
Browse files Browse the repository at this point in the history
  • Loading branch information
not-nullptr committed Oct 16, 2024
1 parent dcd356b commit da79c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/billing/PurchaseModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<div>
<p class="my-2 text-lg font-bold">Configure your server</p>
<div class="flex flex-col gap-4">
<input v-model="serverName" placeholder="Server name" class="input" maxlength="64" />
<input v-model="serverName" placeholder="Server name" class="input" maxlength="48" />
<!-- <DropdownSelect
v-model="serverLoader"
v-tooltip="'Select the mod loader for your server'"
Expand Down

0 comments on commit da79c06

Please sign in to comment.