axe: implement rule ID: aria-allowed-attr

This commit is contained in:
Rico van Zelst
2023-11-09 13:41:13 +01:00
parent 45ea4d6ab4
commit 927f85600f
2 changed files with 7 additions and 4 deletions

View File

@@ -35,7 +35,7 @@
</div>
</div>
@if($skin->associated_skinline != null)
<div class="mb-5 px-4 flex justify-center">
<div class="px-4 flex justify-center">
@foreach($skin->associated_skinline as $skinline)
<span class="sr-only">Associated Skinline:</span>
<span
@@ -47,6 +47,9 @@
@endforeach
</div>
@endif
<div class="mb-2 px-4 flex justify-center text-white">
<p>More</p>
</div>
</div>
@endforeach