diff --git a/web-app/public/assets/MOBILTYDATA_logo_purple_M.webp b/web-app/public/assets/MOBILTYDATA_logo_purple_M.webp new file mode 100644 index 000000000..b6ce130c2 Binary files /dev/null and b/web-app/public/assets/MOBILTYDATA_logo_purple_M.webp differ diff --git a/web-app/src/app/AppContainer.tsx b/web-app/src/app/AppContainer.tsx index f8384a56b..c4a3626b1 100644 --- a/web-app/src/app/AppContainer.tsx +++ b/web-app/src/app/AppContainer.tsx @@ -23,9 +23,11 @@ const AppContainer: React.FC = ({ children }) => { ) : ( - children + <> + {children} +