We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad81e8b commit c63ea1cCopy full SHA for c63ea1c
app/app/src/Profile.js
@@ -8,7 +8,7 @@ import { Notifier } from './utils/Notifier'
8
import styled from 'styled-components'
9
10
const Styles = styled.div`
11
- .paddind-bottom {
+ .padding-bottom {
12
padding-bottom: 16px;
13
}
14
@@ -70,7 +70,7 @@ export class Profile extends Component {
70
return (
71
<Styles>
72
<Container>
73
- <Row className="paddind-bottom">
+ <Row className="padding-bottom">
74
<Col lg={{ span: 12 }} className="center">
75
<Jumbotron>
76
<h1>Edit your profile</h1>
0 commit comments