From 5c240316ee97357a35b211b8ffc4e75bd2b1ebcf Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 6 Sep 2022 17:45:12 +0200 Subject: [PATCH] use GB flag instead of US --- interface/src/SignIn.tsx | 4 ++-- interface/src/components/layout/LayoutAuthMenu.tsx | 4 ++-- interface/src/i18n/GB.svg | 1 + interface/src/i18n/US.svg | 1 - 4 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 interface/src/i18n/GB.svg delete mode 100644 interface/src/i18n/US.svg diff --git a/interface/src/SignIn.tsx b/interface/src/SignIn.tsx index 686d61aa5..e364f3efe 100644 --- a/interface/src/SignIn.tsx +++ b/interface/src/SignIn.tsx @@ -22,7 +22,7 @@ import { loadLocaleAsync } from './i18n/i18n-util.async'; import { ReactComponent as NLflag } from './i18n/NL.svg'; import { ReactComponent as DEflag } from './i18n/DE.svg'; -import { ReactComponent as USflag } from './i18n/US.svg'; +import { ReactComponent as GBflag } from './i18n/GB.svg'; const SignIn: FC = () => { const authenticationContext = useContext(AuthenticationContext); @@ -109,7 +109,7 @@ const SignIn: FC = () => { }} >