diff --git a/app/components/layout/NotificationPopover.tsx b/app/components/layout/NotificationPopover.tsx index 08599d3bc..37cb56fd9 100644 --- a/app/components/layout/NotificationPopover.tsx +++ b/app/components/layout/NotificationPopover.tsx @@ -1,6 +1,7 @@ import { useLocation, useMatches, useRevalidator } from "@remix-run/react"; import clsx from "clsx"; import * as React from "react"; +import { Button } from "react-aria-components"; import { useTranslation } from "react-i18next"; import { NotificationItem, @@ -47,11 +48,12 @@ export function NotificationPopover() { {unseenIds.length > 0 ?
: null} } + } popoverClassName={clsx(styles.popoverContainer, { [styles.noNotificationsContainer]: