Update pages to be ADA-compliant

This commit is contained in:
Frankie B 2023-10-15 20:52:32 +01:00
commit 4b585fe2ca
10 changed files with 37 additions and 38 deletions

View file

@ -22,10 +22,10 @@
@endphp
@foreach ($categories as $category)
<table class="info-table">
<table class="info-table" role="presentation">
<caption>
<h1>{{ $category->name }}</h1>
<h2>{{ $category->name }}</h2>
<hr>
</caption>