Remove unused span text

This commit is contained in:
sabaimran
2024-12-22 09:21:40 -08:00
parent 9f84f5dcc7
commit 60f80548a4

View File

@@ -82,7 +82,6 @@ export function AppSidebar(props: AppSidebarProps) {
<SidebarMenuButton asChild> <SidebarMenuButton asChild>
<a className="flex items-center gap-2 no-underline" href="/"> <a className="flex items-center gap-2 no-underline" href="/">
<KhojLogo className="w-14 h-auto" /> <KhojLogo className="w-14 h-auto" />
<span className="text-lg">Khoj</span>
</a> </a>
</SidebarMenuButton> </SidebarMenuButton>
)} )}