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
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 14s
This commit is contained in:
@@ -23,6 +23,7 @@ export default function DashboardPage() {
|
|||||||
<div>
|
<div>
|
||||||
<h1 className="text-3xl font-bold text-slate-100">Dashboard</h1>
|
<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">Version {appVersion}</p>
|
||||||
|
<p className="mt-2 text-xs text-slate-400">Is this the real life?</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="grid gap-4 md:grid-cols-2">
|
<div className="grid gap-4 md:grid-cols-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user