diff --git a/components/AppLayout/LoginModal.js b/components/AppLayout/LoginModal.js index cdfaa458..bc6db44b 100644 --- a/components/AppLayout/LoginModal.js +++ b/components/AppLayout/LoginModal.js @@ -12,6 +12,8 @@ import { AUTHOR, LICENSE } from 'lib/terms'; import Facebook from './images/facebook.svg'; import Twitter from './images/twitter.svg'; import Github from './images/github.svg'; +import Google from './images/google.svg'; +// import Instagram from './images/instagram.svg'; const useStyles = makeStyles(theme => ({ title: { @@ -130,6 +132,22 @@ function LoginModal({ onClose, redirectPath }) { > Github + + Google + + {/* + Instagram + */} {jt`By logging in you agree to ${termsLink}, and your contribution will be published using ${licenseLink} as ${authorLink}.`} diff --git a/components/AppLayout/images/google.svg b/components/AppLayout/images/google.svg new file mode 100644 index 00000000..b518c527 --- /dev/null +++ b/components/AppLayout/images/google.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/components/AppLayout/images/instagram.svg b/components/AppLayout/images/instagram.svg new file mode 100644 index 00000000..77a0d8e8 --- /dev/null +++ b/components/AppLayout/images/instagram.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file