Update pages to be ADA-compliant
This commit is contained in:
parent
4066dbb6d3
commit
4b585fe2ca
10 changed files with 37 additions and 38 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue