소스 검색

Add round card bottom and fix spell

satof3 2 년 전
부모
커밋
032b85c841
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      apps/app/src/components/Layout/NoLoginLayout.module.scss
  2. 1 1
      apps/app/src/components/LoginForm.tsx

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

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

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

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