文字與icon修正
This commit is contained in:
@@ -75,12 +75,12 @@ export default function Dashboard({ stats }: Props) {
|
||||
|
||||
return (
|
||||
<AuthenticatedLayout>
|
||||
<Head title="控制台 - 甜點店 ERP" />
|
||||
<Head title="控制台 - 小小冰室 ERP" />
|
||||
|
||||
<div className="p-8 max-w-7xl mx-auto">
|
||||
<div className="mb-8">
|
||||
<h1 className="text-3xl font-bold text-grey-0 mb-2">系統總覽</h1>
|
||||
<p className="text-grey-2">歡迎回來,這是您的甜點店 ERP 營運數據概況。</p>
|
||||
<p className="text-grey-2">歡迎回來,這是您的小小冰室 ERP 營運數據概況。</p>
|
||||
</div>
|
||||
|
||||
{/* 主要數據卡片 */}
|
||||
|
||||
Reference in New Issue
Block a user