Skip to content

Commit f4006e4

Browse files
committed
index page hotfix
1 parent 46f5c0d commit f4006e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/auth/block/FastAuth/FastAuth.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class FastAuth extends React.Component<IProps, IState> {
6565

6666
<Divider/>
6767

68-
<p>Or sign in with these services:</p>
68+
<p>Or sign in with one of these services:</p>
6969

7070
<Row>
7171
<Link to={"/login?fast_signin=github"}>

src/layouts/index/IndexLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class IndexLayout extends React.Component {
4141
sm={12} xs={24}
4242
style={{
4343
minHeight: "50vh",
44-
padding: "50px"
44+
padding: "40px"
4545
}}
4646
>
4747
<Card>

0 commit comments

Comments
 (0)