🎨 Improve readability by reformatting router-link elements in Home.vue

This commit is contained in:
2026-01-30 05:47:02 +00:00
parent 06b1ae6aa5
commit 70ad4a82fa

View File

@@ -41,13 +41,21 @@
</div>
</router-link>
<router-link v-if="showGamemasterTools" to="/gamemaster" class="tool-card">
<router-link
v-if="showGamemasterTools"
to="/gamemaster"
class="tool-card"
>
<div class="tool-icon">📦</div>
<h3>Gamemaster Manager</h3>
<p>Fetch and process Pokemon GO gamemaster data from PokeMiners</p>
</router-link>
<router-link v-if="showGamemasterTools" to="/gamemaster-explorer" class="tool-card">
<router-link
v-if="showGamemasterTools"
to="/gamemaster-explorer"
class="tool-card"
>
<div class="tool-icon">🔍</div>
<h3>Gamemaster Explorer</h3>
<p>Search, filter, and explore processed gamemaster JSON files</p>