Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: remove unwanted css
  • Loading branch information
Raju-kadel-27 committed Sep 25, 2024
commit a1ecb4db84b074632b6df5de0bfc13875b289854
2 changes: 1 addition & 1 deletion src/components/dashboard/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export function SideBar({ className, publicId, companies }: SideBarProps) {
return (
<ScrollArea className="h-screen px-3">
<div className={cn("pb-12", className)}>
<div className="fixed h-screen gap-y-4 py-4 mb-2">
<div className="fixed h-screen gap-y-4 py-4">
<div className="flex items-center px-1 py-2">
<CaptableLogo className="h-7 w-auto" />

Expand Down