Remove all tooltip delays throughout the app (#5969)

This commit is contained in:
Frank Noirot
2025-03-24 22:58:54 -04:00
committed by GitHub
parent 8c3408fda3
commit f7f7d9fa2c
11 changed files with 13 additions and 31 deletions

View File

@ -193,7 +193,7 @@ const UserSidebarMenu = ({ user }: { user?: User }) => {
className="w-4 h-4 text-chalkboard-70 dark:text-chalkboard-40 ui-open:rotate-180"
/>
</div>
<Tooltip position="bottom-right" delay={1000} hoverOnly>
<Tooltip position="bottom-right" hoverOnly>
User menu
</Tooltip>
</Popover.Button>