completionId: cgen-92230a85b84f4c5eb58de2f8adbc165e
cgen-92230a85b84f4c5eb58de2f8adbc165e
This commit is contained in:
parent
2e2b726c90
commit
55800daa6f
1 changed files with 3 additions and 3 deletions
|
|
@ -453,14 +453,14 @@ export default function Admin() {
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
variant="outline"
|
variant="outline"
|
||||||
onClick={() => setActiveTab("content")}
|
onClick={() => setActiveTab("blogs")}
|
||||||
className="justify-start h-auto py-3"
|
className="justify-start h-auto py-3"
|
||||||
>
|
>
|
||||||
<PenTool className="h-4 w-4 mr-2" />
|
<PenTool className="h-4 w-4 mr-2" />
|
||||||
<div className="text-left">
|
<div className="text-left">
|
||||||
<div className="font-medium">Content</div>
|
<div className="font-medium">Blogs</div>
|
||||||
<div className="text-xs text-muted-foreground">
|
<div className="text-xs text-muted-foreground">
|
||||||
Manage blog
|
Manage posts
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue