Make table bar clickable

This commit is contained in:
BlossomiShymae
2024-05-03 08:28:55 -05:00
parent b48d516bbe
commit c6306b073d
4 changed files with 8 additions and 8 deletions

View File

@@ -12,9 +12,9 @@
</tr>
</thead>
<tbody>
<tr v-for="summary in summaries" :key="summary.id">
<tr v-for="summary in summaries" :key="summary.id" style="position: relative;">
<th scope="row">
<NuxtLink class="text-decoration-none text-light" :to="`/champions/overview/${summary.id}`">
<NuxtLink class="text-decoration-none text-light stretched-link" :to="`/champions/overview/${summary.id}`">
{{ summary.id }}
</NuxtLink>
</th>