diff --git a/libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx b/libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx index 80f49601e5..f1d3e02307 100644 --- a/libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx +++ b/libs/remix-ui/home-tab/src/lib/components/homeTabFeatured.tsx @@ -13,9 +13,9 @@ function HomeTabFeatured() { return (
- */}
diff --git a/libs/remix-ui/home-tab/src/lib/components/homeTablangOptions.tsx b/libs/remix-ui/home-tab/src/lib/components/homeTablangOptions.tsx index 226fdc17a5..20af27a203 100644 --- a/libs/remix-ui/home-tab/src/lib/components/homeTablangOptions.tsx +++ b/libs/remix-ui/home-tab/src/lib/components/homeTablangOptions.tsx @@ -2,6 +2,7 @@ import React, { useEffect, useState } from 'react' import { Dropdown, DropdownButton } from 'react-bootstrap' import DropdownItem from 'react-bootstrap/DropdownItem' import { localeLang } from './types/carouselTypes' +import { FormattedMessage } from 'react-intl' export function LanguageOptions({ plugin }: { plugin: any }) { const [langOptions, setLangOptions] = useState() @@ -24,7 +25,11 @@ export function LanguageOptions({ plugin }: { plugin: any }) { return ( <> -
+ {/*
*/} +
+ {langOptions}