From a96400e9cbe144731aedf3b34437daf2ce5213da Mon Sep 17 00:00:00 2001 From: sitek94 Date: Mon, 14 Dec 2020 00:46:49 +0100 Subject: [PATCH 01/17] add copyright --- src/app/unauthenticated-app.js | 18 ++++++++++++++++++ src/components/copyright.js | 14 ++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/components/copyright.js diff --git a/src/app/unauthenticated-app.js b/src/app/unauthenticated-app.js index e0d1c1e..b6d6ca7 100644 --- a/src/app/unauthenticated-app.js +++ b/src/app/unauthenticated-app.js @@ -16,6 +16,7 @@ import { makeStyles, Toolbar, Typography, + Box, } from '@material-ui/core'; import { FullPageImageBackground, LandingScreen } from 'screens/landing'; import { ResetPasswordScreen } from 'screens/reset-password'; @@ -25,6 +26,7 @@ import { LocaleSelect } from 'components/locale-select'; import { useTranslation } from 'translations'; import { GithubRepoLink } from 'components/github-repo-link'; import { DarkModeSwitch } from 'components/dark-mode-switch'; +import { Copyright } from 'components/copyright'; const useStyles = makeStyles((theme) => ({ // App @@ -68,6 +70,7 @@ function UnathenticatedApp() { +