Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-maker authored Mar 6, 2024
1 parent ebc1171 commit 0560227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(dashboard)/_components/org-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const OrgSidebar = () => {
/>
<div className="space-y-1 w-full">
<Button
variant={favorites ? "secondary" : "ghost"}
variant={favorites ? "ghost" : "secondary"}
asChild
size="lg"
className="font-normal justify-start px-2 w-full"
Expand Down

0 comments on commit 0560227

Please sign in to comment.