diff --git a/src/components/ui/NavigationBar.tsx b/src/components/ui/NavigationBar.tsx index 80e70c3..9dc99d5 100644 --- a/src/components/ui/NavigationBar.tsx +++ b/src/components/ui/NavigationBar.tsx @@ -117,13 +117,10 @@ export const HoverNavigation = ({ width: availableVisible ? "auto" : "0px", opacity: availableVisible ? "100%" : "0%", }} - initial={{ - width: "0px", - }} className="flex w-auto flex-row items-center justify-center pr-2 whitespace-nowrap opacity-100 lg:w-0 lg:opacity-0" >