diff --git a/lib/components/CountryDropdown/CountryDropdown.tsx b/lib/components/CountryDropdown/CountryDropdown.tsx index 7949df8..a16c686 100644 --- a/lib/components/CountryDropdown/CountryDropdown.tsx +++ b/lib/components/CountryDropdown/CountryDropdown.tsx @@ -51,7 +51,7 @@ const CountryDropdown = ({ url, className }: CountryDropdownProps) => { setIsOpened(!isOpened)} @@ -68,13 +68,13 @@ const CountryDropdown = ({ url, className }: CountryDropdownProps) => { leaveFrom="opacity-100 translate-y-0" leaveTo="opacity-0 -translate-y-1" > - + {websites .filter((w) => w.country !== currentCountry) .map((country) => ( diff --git a/lib/components/MegaMenuLayout/MegaMenuLayout.tsx b/lib/components/MegaMenuLayout/MegaMenuLayout.tsx index 55510cb..8a31c09 100644 --- a/lib/components/MegaMenuLayout/MegaMenuLayout.tsx +++ b/lib/components/MegaMenuLayout/MegaMenuLayout.tsx @@ -81,7 +81,7 @@ const MegaMenuContents: React.FC = ({
) : ( - !hidePhone && + !hidePhone && )} ); diff --git a/lib/components/ui/Divider.tsx b/lib/components/ui/Divider.tsx index 2df0c4d..bce2e87 100644 --- a/lib/components/ui/Divider.tsx +++ b/lib/components/ui/Divider.tsx @@ -2,5 +2,5 @@ import type { ClassValue } from "clsx"; import { cx } from "../../util/cx"; export const Divider = ({ className }: { className?: ClassValue }) => ( -
+
); diff --git a/package.json b/package.json index e6fcc90..849161f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssw.megamenu", - "version": "4.13.8", + "version": "4.13.9", "repository": { "type": "git", "url": "https://github.com/SSWConsulting/SSW.MegaMenu" diff --git a/src/App.tsx b/src/App.tsx index f7900ae..2c5276e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,7 +5,7 @@ function App() { return ( <>
Test MegaMenu
-
+