Skip to content

Commit

Permalink
Update ApplyVerify.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
FAYSi223 authored Oct 11, 2024
1 parent b7b3f30 commit 34481f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/ApplyVerify.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Header />
<div class="content">
<div class="title">Apply for Server Verification</div>
<div class="updated-date">Last updated: Friday 08 October 2024</div>
<div class="updated-date">Last updated: Friday 11 October 2024</div>
<p>
If you find something missing or have any questions, email us at
<a
Expand All @@ -29,8 +29,8 @@
</div>

<div class="form-group">
<label for="users">How many users are in your server? (min. 15):</label>
<input type="number" id="users" v-model.number="formData.userCount" min="15" required />
<label for="users">How many users are in your server? (min. 20):</label>
<input type="number" id="users" v-model.number="formData.userCount" min="20" required />
</div>

<button type="submit">Apply</button>
Expand Down Expand Up @@ -134,7 +134,7 @@ textarea {
button {
padding: 10px 15px;
background-color: #4CAF50;
background-color: #3cacf4;
color: white;
border: none;
border-radius: 4px;
Expand Down

0 comments on commit 34481f9

Please sign in to comment.