mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Remove dead link
This commit is contained in:
@@ -25,11 +25,9 @@ const swapCurrentSkin = (id: number) => {
|
|||||||
<Card class="mb-2 aos-fix" data-aos="fade-right" data-aos-duration="1000" style="z-index: 100 !important;">
|
<Card class="mb-2 aos-fix" data-aos="fade-right" data-aos-duration="1000" style="z-index: 100 !important;">
|
||||||
<div class="d-flex gap-4 flex-wrap align-items-center justify-content-center">
|
<div class="d-flex gap-4 flex-wrap align-items-center justify-content-center">
|
||||||
<div style="min-width: 300px; max-width: 300px;">
|
<div style="min-width: 300px; max-width: 300px;">
|
||||||
<NuxtLink class="text-decoration-none" :to="`/skins/${currentSkin.id}`">
|
<div class="ratio ratio-4x3">
|
||||||
<div class="ratio ratio-4x3">
|
<img class="object-fit-cover rounded" :src="currentSkin.getTile({locale: currentLocale, version: 'latest'})"/>
|
||||||
<img class="object-fit-cover rounded" :src="currentSkin.getTile({locale: currentLocale, version: 'latest'})"/>
|
</div>
|
||||||
</div>
|
|
||||||
</NuxtLink>
|
|
||||||
<div class="dropdown w-100">
|
<div class="dropdown w-100">
|
||||||
<button class="btn dropdown-toggle w-100 text-light" type="button" data-bs-toggle="dropdown">
|
<button class="btn dropdown-toggle w-100 text-light" type="button" data-bs-toggle="dropdown">
|
||||||
{{ currentSkin.name }} <span class="ms-2 fw-bold">ID: {{ currentSkin.id }}</span>
|
{{ currentSkin.name }} <span class="ms-2 fw-bold">ID: {{ currentSkin.id }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user