fix: skin duplicate bug

This commit is contained in:
Rico van Zelst
2023-11-08 18:47:26 +01:00
parent a61b4f8085
commit c7eae5d41a
6 changed files with 30 additions and 12 deletions

View File

@@ -21,7 +21,7 @@
<div class="flex flex-col">
<div class="flex flex-col items-center justify-center">
<img loading="lazy" class="border-2 border-orange-400/40 rounded-xl"
src="{{ $skin->getSkinImageAttribute(true) }}"
src="{{ $skin->getSkinImageAttribute() }}"
alt="{{ $skin->skin_name }} Splash Art">
<div class="flex flex-col items-center justify-center">
<h2 class="mt-4 text-xl font-bold text-white">{{ $skin->skin_name }}</h2>