🎨 Improve readability of authentication hub description in Home view

This commit is contained in:
2026-01-29 21:20:36 +00:00
parent 0537a5a4f6
commit e90b6486c8

View File

@@ -18,7 +18,9 @@
<router-link to="/auth" class="tool-card settings">
<div class="tool-icon">🔐</div>
<h3>Authentication Hub</h3>
<p>Manage authentication for Challonge, Discord, and other platforms</p>
<p>
Manage authentication for Challonge, Discord, and other platforms
</p>
<span v-if="isKeyStored" class="badge">Active</span>
</router-link>