mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-14 15:37:53 +00:00
chore: formatting
chore: update dependencies
This commit is contained in:
parent
eed132dad6
commit
93aac51182
3 changed files with 11 additions and 11 deletions
12
composer.lock
generated
12
composer.lock
generated
|
|
@ -62,16 +62,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "aws/aws-sdk-php",
|
"name": "aws/aws-sdk-php",
|
||||||
"version": "3.343.18",
|
"version": "3.343.19",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||||
"reference": "ae98d503173740cce23b30d2ba2737c49b0d9876"
|
"reference": "00b44b1a9d570bc945d223b20886c1ac13b54641"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ae98d503173740cce23b30d2ba2737c49b0d9876",
|
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/00b44b1a9d570bc945d223b20886c1ac13b54641",
|
||||||
"reference": "ae98d503173740cce23b30d2ba2737c49b0d9876",
|
"reference": "00b44b1a9d570bc945d223b20886c1ac13b54641",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -153,9 +153,9 @@
|
||||||
"support": {
|
"support": {
|
||||||
"forum": "https://github.com/aws/aws-sdk-php/discussions",
|
"forum": "https://github.com/aws/aws-sdk-php/discussions",
|
||||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.343.18"
|
"source": "https://github.com/aws/aws-sdk-php/tree/3.343.19"
|
||||||
},
|
},
|
||||||
"time": "2025-05-23T18:08:18+00:00"
|
"time": "2025-05-27T18:10:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bnussbau/laravel-trmnl",
|
"name": "bnussbau/laravel-trmnl",
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<div class="grid" style="gap: 9px;">
|
<div class="grid" style="gap: 9px;">
|
||||||
<div class="row row--center col--span-3 col--end">
|
<div class="row row--center col--span-3 col--end">
|
||||||
<img class="weather-image" style="max-height: 150px; margin:auto;"
|
<img class="weather-image" style="max-height: 150px; margin:auto;"
|
||||||
src="https://usetrmnl.com/images/weather/wi-thermometer.svg">
|
src="https://usetrmnl.com/images/plugins/weather/wi-thermometer.svg">
|
||||||
</div>
|
</div>
|
||||||
<div class="col col--span-3 col--end">
|
<div class="col col--span-3 col--end">
|
||||||
<div class="item h--full">
|
<div class="item h--full">
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="meta"></div>
|
<div class="meta"></div>
|
||||||
<div class="icon">
|
<div class="icon">
|
||||||
{{-- <img class="weather-icon" src="https://usetrmnl.com/images/weather/wi-thermometer.svg">--}}
|
{{-- <img class="weather-icon" src="https://usetrmnl.com/images/plugins/weather/wi-thermometer.svg"> --}}
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<span class="value value--small">{{ $weatherEntity['attributes']['wind_speed'] }} {{ $weatherEntity['attributes']['wind_speed_unit'] }}</span>
|
<span class="value value--small">{{ $weatherEntity['attributes']['wind_speed'] }} {{ $weatherEntity['attributes']['wind_speed_unit'] }}</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue