diff --git a/package-lock.json b/package-lock.json index 97fc29401..05c4153ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13892,9 +13892,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001581", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001581.tgz", - "integrity": "sha512-whlTkwhqV2tUmP3oYhtNfaWGYHDdS3JYFQBKXxcUR9qqPWsRhFHhoISO2Xnl/g0xyKzht9mI1LZpiNWfMzHixQ==", + "version": "1.0.30001584", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001584.tgz", + "integrity": "sha512-LOz7CCQ9M1G7OjJOF9/mzmqmj3jE/7VOmrfw6Mgs0E8cjOsbRXQJHsPBfmBOXDskXKrHLyyW3n7kpDW/4BsfpQ==", "funding": [ { "type": "opencollective", diff --git a/src/components/molecules/loginLanding.tsx b/src/components/molecules/loginLanding.tsx index f94d746f7..0474342c1 100644 --- a/src/components/molecules/loginLanding.tsx +++ b/src/components/molecules/loginLanding.tsx @@ -17,9 +17,13 @@ export default function Login(): JSX.Element { const router = useRouter(); return ( - + { + router.push(root.lang(languageRoute).discover.get()); + }} + />
-

+

{intl.formatMessage({ id: 'socialLogin__loginOr', defaultMessage: 'Or', diff --git a/src/components/molecules/socialLogin.module.scss b/src/components/molecules/socialLogin.module.scss index 67df22510..9c8952d19 100644 --- a/src/components/molecules/socialLogin.module.scss +++ b/src/components/molecules/socialLogin.module.scss @@ -18,10 +18,21 @@ margin-left: 16px; } } +.buttonColLanding { + > * { + margin-left: 0px; + } +} .centerText { justify-content: center; } +.centerTxt { + text-align: center; +} +.colorGreen { + color: green; +} .loginText { padding: 4px; } diff --git a/src/components/molecules/socialLogin.tsx b/src/components/molecules/socialLogin.tsx index 524ab4bd9..f048f2835 100644 --- a/src/components/molecules/socialLogin.tsx +++ b/src/components/molecules/socialLogin.tsx @@ -77,7 +77,7 @@ export default function SocialLogin({ if (isSuccessSocial && !errors.length) { return ( -

+