Skip to content

Commit

Permalink
Hide IG login because it needs app review
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
MrOrz authored and nonumpa committed Apr 7, 2021
1 parent df073cb commit 2bfde25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/AppLayout/LoginModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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';
// import Instagram from './images/instagram.svg';

const useStyles = makeStyles(theme => ({
title: {
Expand Down Expand Up @@ -140,14 +140,14 @@ function LoginModal({ onClose, redirectPath }) {
>
Google
</ProviderLink>
<ProviderLink
{/* <ProviderLink
provider="instagram"
logo={Instagram}
color="#2B414D"
redirectPath={redirectPath}
>
Instagram
</ProviderLink>
</ProviderLink> */}
<Typography variant="body2" className={classes.terms}>
{jt`By logging in you agree to ${termsLink}, and your contribution will be published using ${licenseLink} as ${authorLink}.`}
</Typography>
Expand Down

0 comments on commit 2bfde25

Please sign in to comment.