diff options
author | Frankie B <git@diskfloppy.me> | 2023-06-14 21:48:05 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2023-06-14 22:15:44 +0100 |
commit | 5142133f16cb085d46fbfd9514ab423b684f41aa (patch) | |
tree | 05064ec281c5a9baf2d4b8376764415e569585fc /resources/views/pages/home.blade.php | |
parent | cb78df544c7155edc0826079818a6c6509cf852d (diff) |
Made weatherdata less painful to look at
Diffstat (limited to 'resources/views/pages/home.blade.php')
-rw-r--r-- | resources/views/pages/home.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/pages/home.blade.php b/resources/views/pages/home.blade.php index 0e84e10..9612685 100644 --- a/resources/views/pages/home.blade.php +++ b/resources/views/pages/home.blade.php @@ -9,7 +9,7 @@ @include('components.lastfm') <!-- WeatherData --> - @include('components.weatherdata') + @include('components.weather') <h1>Contact</h1> <p><strong>Mail</strong>: <a href="mailto:contact@diskfloppy.me">contact@diskfloppy.me</a><br/> |