mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:10:10 +00:00
Show platform stats only when authenticated (#2505)
Co-authored-by: Alex Justesen <1144087+alexjustesen@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<x-app-layout title="Dashboard">
|
||||
<div class="space-y-6 md:space-y-12 dashboard-page">
|
||||
<livewire:platform-stats />
|
||||
@auth
|
||||
<livewire:platform-stats />
|
||||
@endauth
|
||||
|
||||
<livewire:latest-result-stats />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user