Skip to content

Commit

Permalink
Fix typo in notifications dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
brunokc committed Mar 7, 2024
1 parent e55c6d6 commit 474f70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navbar/notifications-dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const NotificationsDropdown = () => {
</NavbarItem>
</DropdownTrigger>
<DropdownMenu className="w-80" aria-label="Avatar Actions">
<DropdownSection title="Notificacions">
<DropdownSection title="Notifications">
<DropdownItem
classNames={{
base: "py-2",
Expand Down

0 comments on commit 474f70d

Please sign in to comment.