fix hovering problem

This commit is contained in:
EthanHealy01 2025-08-22 17:28:35 +01:00
parent e9702475ff
commit aa851f0658

View File

@ -136,6 +136,7 @@ const LandingPage = () => {
transition: 'width .5s ease, padding .5s ease'
}}
onClick={handleOpenFilesModal}
onMouseEnter={() => setIsUploadHover(false)}
>
<AddIcon className="text-[var(--accent-interactive)]" />
{!isUploadHover && (