@getcoherent/core 0.6.36 → 0.6.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6459,7 +6459,6 @@ import {
|
|
|
6459
6459
|
SidebarMenu,
|
|
6460
6460
|
SidebarMenuButton,
|
|
6461
6461
|
SidebarMenuItem,
|
|
6462
|
-
SidebarTrigger,
|
|
6463
6462
|
} from '@/components/ui/sidebar'
|
|
6464
6463
|
|
|
6465
6464
|
export function AppSidebar() {
|
|
@@ -6470,11 +6469,10 @@ export function AppSidebar() {
|
|
|
6470
6469
|
return (
|
|
6471
6470
|
<Sidebar>
|
|
6472
6471
|
<SidebarHeader>
|
|
6473
|
-
<div className="flex items-center
|
|
6472
|
+
<div className="flex items-center px-2 py-1">
|
|
6474
6473
|
<Link href="/" className="text-sm font-semibold text-foreground truncate">
|
|
6475
6474
|
${appName}
|
|
6476
6475
|
</Link>
|
|
6477
|
-
<SidebarTrigger />
|
|
6478
6476
|
</div>
|
|
6479
6477
|
</SidebarHeader>
|
|
6480
6478
|
<SidebarContent>
|