Просмотр исходного кода

Add round card bottom and fix spell

satof3 2 лет назад
Родитель
Сommit
032b85c841

+ 4 - 0
apps/app/src/components/Layout/NoLoginLayout.module.scss

@@ -105,6 +105,10 @@
     max-width: 480px;
     max-width: 480px;
   }
   }
 
 
+  .nologin-dialog {
+    border-radius: 0 0 16px 16px;
+  }
+
 }
 }
 
 
 .link-switch {
 .link-switch {

+ 1 - 1
apps/app/src/components/LoginForm.tsx

@@ -275,7 +275,7 @@ export const LoginForm = (props: LoginFormProps): JSX.Element => {
     };
     };
     const signin = {
     const signin = {
       google: 'Google',
       google: 'Google',
-      github: 'Github',
+      github: 'GitHub',
       facebook: 'Facebook',
       facebook: 'Facebook',
       oidc: 'OIDC',
       oidc: 'OIDC',
       saml: 'SAML',
       saml: 'SAML',