Improve table accessibility

This commit is contained in:
Frankie B 2023-08-15 00:13:53 +01:00
commit 6300a2d696
No known key found for this signature in database
5 changed files with 31 additions and 51 deletions

View file

@ -18,16 +18,10 @@ function degreesToCompassDirection($degrees) {
$data = $data->current;
@endphp
<table class="infotable">
<tr>
<td colspan="2">
<h1>Local Weather</h1>
</td>
</tr>
<tr>
<td colspan="2">
<hr>
</td>
</tr>
<caption>
<h1>Local Weather</h1>
<hr>
</caption>
<tr>
<td><b>Wind Speed:</b></td>
<td>{{ $data->wind->speed }} mph</td>