diff --git a/client/src/components/landing_page.tsx b/client/src/components/landing_page.tsx index 54e038bc..e2003849 100644 --- a/client/src/components/landing_page.tsx +++ b/client/src/components/landing_page.tsx @@ -15,18 +15,10 @@ import {PrivacyPolicyPopup} from './popup/privacy_policy' import { GameTile, useGetGameInfoQuery } from '../state/api' import path from 'path'; -import lean4gameConfig from '../config.json' import { PreferencesPopup } from './popup/preferences'; import { ImpressumButton, MenuButton, PreferencesButton } from './app_bar'; - -const flag = { - 'Dutch': '🇳🇱', - 'English': '🇬🇧', - 'French': '🇫🇷', - 'German': '🇩🇪', - 'Italian': '🇮🇹', - 'Spanish': '🇪🇸', -} +import ReactCountryFlag from 'react-country-flag'; +import lean4gameConfig from '../config.json' function GithubIcon({url='https://github.com'}) { @@ -74,7 +66,16 @@ function Tile({gameId, data}: {gameId: string, data: GameTile|undefined}) {