File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ class="my-0 mr-md-auto top-logo font-weight-normal"/></a>
2424 @else
2525 <h1 class =" page-title text-center pt-4 text-uppercase" >{{ $bingo -> title } } </h1 >
2626 <hr class =" header mx-auto" style =" width :300px ;" >
27+ <h2 class =" sr-only" >{{ t (' Single Bingo Show' ) } } </h2 >
2728 <div class =" d-flex align-items-center justify-content-center " >
2829 @include (' front.bingo.partials.bingo-loop' , [' project' => $bingo -> project ] )
2930 </div >
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ class="my-0 mr-md-auto top-logo font-weight-normal"/></a>
1919@section (' content' )
2020 <h1 class =" page-title text-center pt-4 text-uppercase" >{{ $event -> title } } </h1 >
2121 <hr class =" header mx-auto" style =" width :300px ;" >
22+ <h2 class =" sr-only" >{{ t (' Single Event Show' ) } } </h2 >
2223 <div class =" d-flex align-items-center justify-content-center " >
2324 @include (' front.event.partials.event-loop' )
2425 </div >
You can’t perform that action at this time.
0 commit comments