chore: remove unnecessary screen reader text
All checks were successful
Duster Fix / duster (push) Successful in 15s

This commit is contained in:
Rico van Zelst
2025-03-07 18:58:52 +01:00
parent b0e3553cc5
commit d98e41b76f
6 changed files with 0 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
<section class="max-w-screen-xl mx-auto mt-12"> <section class="max-w-screen-xl mx-auto mt-12">
<p class="sr-only">Heimerdinger Presents:</p>
<h3 <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"> 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> CHAMPION DETAILS</h3>

View File

@@ -39,7 +39,6 @@
</h3> </h3>
@foreach ($skin->associated_skinline as $skinline) @foreach ($skin->associated_skinline as $skinline)
<span class="sr-only">Associated Skinline:</span>
<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"> 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> {{ $skinline }}</span>

View File

@@ -35,7 +35,6 @@
href="{{ route('skins.show', $skin->slug) }}">{{ $skin->skin_name }}</a></h2> href="{{ route('skins.show', $skin->slug) }}">{{ $skin->skin_name }}</a></h2>
<div class="my-1"> <div class="my-1">
<span class="sr-only">Associated Skinline:</span>
@foreach ($skin->associated_skinline as $skinline) @foreach ($skin->associated_skinline as $skinline)
<span <span
class="bg-orange-100 text-orange-800 text-xs font-medium class="bg-orange-100 text-orange-800 text-xs font-medium

View File

@@ -1,6 +1,5 @@
<section class="min-h-[80vh] flex items-center justify-center"> <section class="min-h-[80vh] flex items-center justify-center">
<div class="items-center justify-center mx-auto my-auto align-middle"> <div class="items-center justify-center mx-auto my-auto align-middle">
<p class="sr-only">Heimerdinger Presents:</p>
<h3 <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"> 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> ICON DETAILS</h3>

View File

@@ -1,5 +1,4 @@
<section class="max-w-screen-xl mx-auto mt-12"> <section class="max-w-screen-xl mx-auto mt-12">
<p class="sr-only">Heimerdinger Presents:</p>
<h3 <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"> 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> SKIN DETAILS</h3>

View File

@@ -23,7 +23,6 @@
@if ($skin->associated_skinline != null) @if ($skin->associated_skinline != null)
<div class="flex justify-center px-2"> <div class="flex justify-center px-2">
@foreach ($skin->associated_skinline as $skinline) @foreach ($skin->associated_skinline as $skinline)
<span class="sr-only">Associated Skinline:</span>
<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"> 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> {{ $skinline }}</span>