Show platform stats only when authenticated (#2505)

Co-authored-by: Alex Justesen <1144087+alexjustesen@users.noreply.github.com>
This commit is contained in:
Alex Justesen
2025-12-06 10:22:36 -05:00
committed by GitHub
parent bd108a996c
commit 5b4ba87ee5
+3 -1
View File
@@ -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 />