feat: add a playful line to the dashboard version display
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 14s

This commit is contained in:
2026-03-28 16:13:31 -03:00
parent a708b5a6f5
commit f71d11400a

View File

@@ -23,6 +23,7 @@ export default function DashboardPage() {
<div>
<h1 className="text-3xl font-bold text-slate-100">Dashboard</h1>
<p className="mt-2 text-xs text-slate-400">Version {appVersion}</p>
<p className="mt-2 text-xs text-slate-400">Is this the real life?</p>
</div>
<div className="grid gap-4 md:grid-cols-2">