We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22eaa4 commit 84f4f37Copy full SHA for 84f4f37
app/(admin)/_components/header.tsx
@@ -10,7 +10,7 @@ export function Header() {
10
<div>
11
<h2 className="text-2xl font-bold tracking-tight">哈囉,{user.name}!</h2>
12
<p className="text-muted-foreground">
13
- 這裡可以快速總覽所有統計資料,也可以點選左邊的側邊來進行資料管理。
+ 這裡可以快速總覽所有統計資料,也可以點選左邊的側邊欄來進行資料管理。
14
</p>
15
</div>
16
0 commit comments