Skip to content

Commit

Permalink
fix(frontend options): final formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Oct 16, 2024
1 parent 6c1c816 commit d402e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/src/pages/servers/manage/[id]/options/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<div class="card flex flex-col gap-4">
<label for="username-field" class="flex flex-col gap-2">
<span class="text-lg font-bold text-contrast">Server Name</span>
<span> Change the name of your server. This name is only visible on Modrinth. </span>
<span> Change the name of your server. This name is only visible on Modrinth.</span>
</label>
<div class="flex flex-col gap-2">
<input
v-model="serverName"
class="w-full md:w-[50%]"
@keyup.enter="!serverName && saveGeneral"
maxlength="64"
minlength="1"
@keyup.enter="!serverName && saveGeneral"
/>
<span v-if="!serverName" class="text-sm text-rose-400">
Server name must be at least 1 character long.
Expand Down

0 comments on commit d402e39

Please sign in to comment.