Skip to content

Commit

Permalink
Fix tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Nov 7, 2023
1 parent ec38928 commit f9b4448
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const NavbarButton: FunctionComponent<NavbarButtonProps> = React.forwardR
{notices.length ? (
<Tooltip
title={<SidebarChangeNoticeContent notices={notices} onAcknowledged={onAcknowledged} />}
placement="right"
placement={notices[0].placement ?? 'right'}
delayMs={0}
visible={true}
>
Expand Down

0 comments on commit f9b4448

Please sign in to comment.