Skip to content

Commit

Permalink
🔧 update: small changes in popovercontent.
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdev9274 committed Jun 13, 2024
1 parent cffeb67 commit 53ce17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidebar/menu-options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const MenuOptions = ({
{(user?.role === 'AGENCY_OWNER' ||
user?.role === 'AGENCY_ADMIN') &&
user?.Agency && (
<CommandGroup heading="Agency">
<CommandGroup heading="Organization">
<CommandItem className="!bg-transparent my-2 text-primary broder-[1px] border-border p-2 rounded-md hover:!bg-muted cursor-pointer transition-all">
{defaultOpen ? (
<Link
Expand Down

0 comments on commit 53ce17e

Please sign in to comment.