Skip to content

Commit

Permalink
improve readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Sep 16, 2024
1 parent 1488f93 commit 4d4cecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/FCEA/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const submit = () => form.post(route('fcea.dashboard.catch'))
</table>
<p class="text-center py-4" v-else>Be the first person to catch a fursuiter!</p>
<div class="px-4 py-4 font-bold bg-blue-200 text-xl text-center">How does this work?</div>
<div class="space-y-2 px-4 py-4 text-sm">
<div class="space-y-2 px-4 py-4 text-sm max-w-sm mx-auto">
<p>Some fursuiters at Eurofurence may have a unique 5-digit code located on the bottom right of their Fursuit Badge. These codes are your key to participating in the "Catch 'Em All" game.</p>

<p><strong>Objective:</strong></p>
Expand Down

0 comments on commit 4d4cecc

Please sign in to comment.