mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
fix: typo
This commit is contained in:
parent
684a2901c4
commit
7775ffae1e
4 changed files with 6 additions and 8 deletions
|
|
@ -236,9 +236,9 @@ new class extends Component {
|
|||
<span class="dark:text-zinc-200">{{$device->last_firmware_version}}</span>
|
||||
</flux:tooltip>
|
||||
@endif
|
||||
@if($device->wifiStrengh)
|
||||
@if($device->wifiStrength)
|
||||
<flux:separator vertical/>
|
||||
<x-responsive-icons.wifi :strength="$device->wifiStrengh" :rssi="$device->last_rssi_level"
|
||||
<x-responsive-icons.wifi :strength="$device->wifiStrength" :rssi="$device->last_rssi_level"
|
||||
class="dark:text-zinc-200"/>
|
||||
@endif
|
||||
@if($device->batteryPercent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue