mirror of
https://github.com/hex248/tsos.git
synced 2026-02-08 02:33:03 +00:00
icon in sidebar
This commit is contained in:
@@ -16,7 +16,8 @@ export default function Layout({
|
|||||||
<div className="flex h-screen w-full">
|
<div className="flex h-screen w-full">
|
||||||
{/* sidebar - fixed width */}
|
{/* sidebar - fixed width */}
|
||||||
<div className="w-80 border-r bg-card p-4 flex flex-col gap-4">
|
<div className="w-80 border-r bg-card p-4 flex flex-col gap-4">
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center gap-3">
|
||||||
|
<img src="/icon.png" alt="" aria-hidden="true" className="size-8" />
|
||||||
<h1 className="text-2xl font-semibold">The Shape of Sound</h1>
|
<h1 className="text-2xl font-semibold">The Shape of Sound</h1>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex-1">{sidebarContent || null}</div>
|
<div className="flex-1">{sidebarContent || null}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user