Woops #2

Closed
RoscoeDaWah wants to merge 250 commits from redesign into master
Showing only changes of commit 24e7f56e25 - Show all commits

View file

@ -11,7 +11,7 @@ function degreesToCompassDirection($degrees) {
$data = json_decode(file_get_contents($api_root.'/weather'));
$updated = gmdate('H:i Y-m-d', $data->updated);
$data = $data->data;
$data = $data->current;
@endphp
<h1>Local Weather <small>(Last Update: {{ $updated }})</small></h1>