feat: add plan title field with data migration
This commit is contained in:
@@ -60,7 +60,7 @@ export default async function DashboardPage({
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<h1 className="text-2xl font-bold">{dict.home.title}</h1>
|
||||
<h1 className="text-2xl font-bold">{plan.title}</h1>
|
||||
<p className="text-muted-foreground text-sm">
|
||||
{plan.startDate.toLocaleDateString(lang)} - {plan.endDate.toLocaleDateString(lang)}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user