diff --git a/apps/next/src/components/Layout/MainLayout/Banner/index.tsx b/apps/next/src/components/Layout/MainLayout/Banner/index.tsx index eb756a5b..414f5f27 100644 --- a/apps/next/src/components/Layout/MainLayout/Banner/index.tsx +++ b/apps/next/src/components/Layout/MainLayout/Banner/index.tsx @@ -11,25 +11,27 @@ const Banner = () => { const handleBannerClick = () => { window.open( - "https://www.producthunt.com/products/wordigo-your-browser-as-a-language-lab", + "https://www.producthunt.com/posts/wordigo-your-browser-as-a-language-lab", "_blank" ); }; return (
-
+

{t("announcement.description")}

- -

+

+ +
+

{t("announcement.button")}