diff --git a/artifacts/tx-os/src/pages/notes.tsx b/artifacts/tx-os/src/pages/notes.tsx index 180d7914..8a4df7d4 100644 --- a/artifacts/tx-os/src/pages/notes.tsx +++ b/artifacts/tx-os/src/pages/notes.tsx @@ -556,17 +556,9 @@ export default function NotesPage() { aria-label={t("common.more", "More")} title={t("common.more", "More")} data-testid="notes-overflow-menu-trigger" - className="relative p-2 rounded-lg border border-slate-300/60 bg-white/60 text-muted-foreground hover:text-foreground hover:bg-white transition-colors" + className="p-2 rounded-lg border border-slate-300/60 bg-white/60 text-muted-foreground hover:text-foreground hover:bg-white transition-colors" > - {unreadInboxCount > 0 && view !== "received" && ( - - {unreadInboxCount} - - )}