From 80eddcb50203fd1ea8ab4b6dd357d67ccf24e815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Wed, 8 Apr 2026 15:59:16 -0700 Subject: [PATCH 1/7] Update CountryDropdown.tsx --- lib/components/CountryDropdown/CountryDropdown.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/components/CountryDropdown/CountryDropdown.tsx b/lib/components/CountryDropdown/CountryDropdown.tsx index 7949df8..68492a2 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) => ( From 6fbb45114b6e6512a602e7909115cdec4302b275 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Thu, 9 Apr 2026 15:21:34 -0700 Subject: [PATCH 2/7] Update CountryDropdown.tsx --- lib/components/CountryDropdown/CountryDropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/CountryDropdown/CountryDropdown.tsx b/lib/components/CountryDropdown/CountryDropdown.tsx index 68492a2..c12d7e1 100644 --- a/lib/components/CountryDropdown/CountryDropdown.tsx +++ b/lib/components/CountryDropdown/CountryDropdown.tsx @@ -51,7 +51,7 @@ const CountryDropdown = ({ url, className }: CountryDropdownProps) => { setIsOpened(!isOpened)} From ad4705102fe658d04c13d30e52947da32d3f0238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Thu, 9 Apr 2026 15:27:53 -0700 Subject: [PATCH 3/7] Update Divider.tsx --- lib/components/ui/Divider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) => ( -
+
); From 7cb968a626420a71446542c15742ef478b14d25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Thu, 9 Apr 2026 15:29:50 -0700 Subject: [PATCH 4/7] Update MegaMenuLayout.tsx --- lib/components/MegaMenuLayout/MegaMenuLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/MegaMenuLayout/MegaMenuLayout.tsx b/lib/components/MegaMenuLayout/MegaMenuLayout.tsx index 55510cb..2a84eb4 100644 --- a/lib/components/MegaMenuLayout/MegaMenuLayout.tsx +++ b/lib/components/MegaMenuLayout/MegaMenuLayout.tsx @@ -123,7 +123,7 @@ const MegaMenuContents: React.FC = ({ {isFlagVisible && }