mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
chore: remove unnecessary screen reader text
All checks were successful
Duster Fix / duster (push) Successful in 15s
All checks were successful
Duster Fix / duster (push) Successful in 15s
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<section class="max-w-screen-xl mx-auto mt-12">
|
||||
<p class="sr-only">Heimerdinger Presents:</p>
|
||||
<h3
|
||||
class="text-sm font-bold text-center text-transparent uppercase sm:text-md bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
|
||||
CHAMPION DETAILS</h3>
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
</h3>
|
||||
|
||||
@foreach ($skin->associated_skinline as $skinline)
|
||||
<span class="sr-only">Associated Skinline:</span>
|
||||
<span
|
||||
class="my-2 bg-orange-100 text-orange-800 text-xs font-medium mr-2 px-2.5 py-0.5 rounded border border-orange-300">
|
||||
{{ $skinline }}</span>
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
href="{{ route('skins.show', $skin->slug) }}">{{ $skin->skin_name }}</a></h2>
|
||||
|
||||
<div class="my-1">
|
||||
<span class="sr-only">Associated Skinline:</span>
|
||||
@foreach ($skin->associated_skinline as $skinline)
|
||||
<span
|
||||
class="bg-orange-100 text-orange-800 text-xs font-medium
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<section class="min-h-[80vh] flex items-center justify-center">
|
||||
<div class="items-center justify-center mx-auto my-auto align-middle">
|
||||
<p class="sr-only">Heimerdinger Presents:</p>
|
||||
<h3
|
||||
class="text-sm font-bold text-center text-transparent uppercase sm:text-md bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
|
||||
ICON DETAILS</h3>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<section class="max-w-screen-xl mx-auto mt-12">
|
||||
<p class="sr-only">Heimerdinger Presents:</p>
|
||||
<h3
|
||||
class="text-sm font-bold text-center text-transparent uppercase sm:text-md bg-gradient-to-bl from-orange-300 to-orange-500 bg-clip-text">
|
||||
SKIN DETAILS</h3>
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
@if ($skin->associated_skinline != null)
|
||||
<div class="flex justify-center px-2">
|
||||
@foreach ($skin->associated_skinline as $skinline)
|
||||
<span class="sr-only">Associated Skinline:</span>
|
||||
<span
|
||||
class="m-2 bg-orange-100 text-orange-800 text-xs font-medium mr-2 px-2.5 py-0.5 rounded border border-orange-300">
|
||||
{{ $skinline }}</span>
|
||||
|
||||
Reference in New Issue
Block a user