Skip to content

Commit 2bfde25

Browse files
MrOrznonumpa
authored andcommitted
Hide IG login because it needs app review
fix lint
1 parent df073cb commit 2bfde25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/AppLayout/LoginModal.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Facebook from './images/facebook.svg';
1313
import Twitter from './images/twitter.svg';
1414
import Github from './images/github.svg';
1515
import Google from './images/google.svg';
16-
import Instagram from './images/instagram.svg';
16+
// import Instagram from './images/instagram.svg';
1717

1818
const useStyles = makeStyles(theme => ({
1919
title: {
@@ -140,14 +140,14 @@ function LoginModal({ onClose, redirectPath }) {
140140
>
141141
Google
142142
</ProviderLink>
143-
<ProviderLink
143+
{/* <ProviderLink
144144
provider="instagram"
145145
logo={Instagram}
146146
color="#2B414D"
147147
redirectPath={redirectPath}
148148
>
149149
Instagram
150-
</ProviderLink>
150+
</ProviderLink> */}
151151
<Typography variant="body2" className={classes.terms}>
152152
{jt`By logging in you agree to ${termsLink}, and your contribution will be published using ${licenseLink} as ${authorLink}.`}
153153
</Typography>

0 commit comments

Comments
 (0)