We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3372d commit 6126db6Copy full SHA for 6126db6
site/src/modules/notifications/NotificationsInbox/InboxButton.tsx
@@ -1,8 +1,8 @@
1
import { Button, type ButtonProps } from "components/Button/Button";
2
import { BellIcon } from "lucide-react";
3
import { forwardRef } from "react";
4
-import { UnreadBadge } from "./UnreadBadge";
5
import { cn } from "utils/cn";
+import { UnreadBadge } from "./UnreadBadge";
6
7
type InboxButtonProps = {
8
unreadCount: number;
0 commit comments