🎨 Improve readability by reformatting router-link elements in Home.vue
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user