fix: detail icon

This commit is contained in:
Rico van Zelst
2023-11-07 21:36:27 +01:00
parent 942123947b
commit 04602efece

View File

@@ -57,8 +57,8 @@
<p class="text-right text-2xl md:text-lg text-orange-300 hover:text-orange-400"> <p class="text-right text-2xl md:text-lg text-orange-300 hover:text-orange-400">
<a href="/champion/{{$champion->slug}}" <a href="/champion/{{$champion->slug}}"
aria-label="[More {{$champion->name}} info...]"> aria-label="[Detailed {{$champion->name}} info...]">
<i class="fa-duotone fa-arrow-up-right-from-square"></i> <x-iconsax-bul-arrow-right class="w-8 transition-colors"/>
</a> </a>
</p> </p>
</div> </div>