Skip to content

Commit 84f4f37

Browse files
committed
fix(home): header typo
1 parent c22eaa4 commit 84f4f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/(admin)/_components/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function Header() {
1010
<div>
1111
<h2 className="text-2xl font-bold tracking-tight">哈囉,{user.name}</h2>
1212
<p className="text-muted-foreground">
13-
這裡可以快速總覽所有統計資料,也可以點選左邊的側邊來進行資料管理
13+
這裡可以快速總覽所有統計資料,也可以點選左邊的側邊欄來進行資料管理
1414
</p>
1515
</div>
1616
</div>

0 commit comments

Comments
 (0)