feat: maxunnn

This commit is contained in:
karishmas6
2024-03-07 03:25:31 +05:30
parent 8282c8f209
commit 2cb4e860e8

View File

@@ -27,7 +27,7 @@ const Sidebar = () => {
<div className="flex items-center py-4 px-6">
{/* Add logo image here */}
<img src="your_logo.png" alt="Your company logo" className="h-8 w-auto mr-4" />
<span className="text-xl font-bold"> App Name</span>
<span className="text-xl font-bold">Maxun</span>
</div>
</div>
</Sider>