Skip to content

Commit c63ea1c

Browse files
author
flavienbwk
committed
Fixed typo in class name
1 parent ad81e8b commit c63ea1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/app/src/Profile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Notifier } from './utils/Notifier'
88
import styled from 'styled-components'
99

1010
const Styles = styled.div`
11-
.paddind-bottom {
11+
.padding-bottom {
1212
padding-bottom: 16px;
1313
}
1414
@@ -70,7 +70,7 @@ export class Profile extends Component {
7070
return (
7171
<Styles>
7272
<Container>
73-
<Row className="paddind-bottom">
73+
<Row className="padding-bottom">
7474
<Col lg={{ span: 12 }} className="center">
7575
<Jumbotron>
7676
<h1>Edit your profile</h1>

0 commit comments

Comments
 (0)