feat: implement version bump workflow and display app version on DashboardPage
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
export default function DashboardPage() {
|
||||
const appVersion = __APP_VERSION__
|
||||
|
||||
return (
|
||||
<div className="p-8">
|
||||
<h1 className="text-2xl font-bold text-gray-900">Dashboard</h1>
|
||||
<p className="mt-2 text-sm text-gray-500">Dashboard — coming in Step 11.</p>
|
||||
<p className="mt-2 text-xs text-gray-400">Version {appVersion}</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user