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 2a309d1 commit deb74ffCopy full SHA for deb74ff
3 files changed
components/app-sidebar.tsx
@@ -2,12 +2,9 @@
2
3
import * as React from "react"
4
import {
5
- AudioWaveform,
6
BookOpen,
7
Bot,
8
- Command,
9
Frame,
10
- GalleryVerticalEnd,
11
Map,
12
PieChart,
13
Settings2,
@@ -149,12 +146,10 @@ export function AppSidebar({ ...props }: React.ComponentProps<typeof Sidebar>) {
149
146
<SidebarMenuItem>
150
147
<SidebarMenuButton
151
148
asChild
152
- size="lg"
153
- className="data-[slot=sidebar-menu-button]:!p-1.5 h-11 [&>svg]:size-8"
154
>
155
<a href="#">
156
- <Logomark />
157
- <span className="text-2xl font-semibold">{appName}</span>
+ <Logomark className="!size-6" />
+ <span className="text-2xl font-semibold leading-none">{appName}</span>
158
</a>
159
</SidebarMenuButton>
160
</SidebarMenuItem>
0 commit comments