upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 3241ab766c - Show all commits

View File

@ -37,7 +37,7 @@ const MobileNav = () => {
</button>
<div
className={`fixed left-0 top-0 z-10 h-full w-full transform bg-white opacity-95 duration-300 ease-in-out dark:bg-gray-950 dark:opacity-[0.98] ${
navShow ? 'translate-x-0' : 'translate-x-full'
navShow ? 'translate-x-0' : 'hidden translate-x-full'
}`}
>
<div className="flex justify-end">