File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
components/tray/Following Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ export const Time = styled.div`
132
132
133
133
export const Hour = styled . span `
134
134
font-weight: 600;
135
+ letter-spacing: 0.5px;
135
136
color: white;
136
137
`
137
138
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import ErrorText from '../components/form/ErrorText'
32
32
import LocationPicker from '../components/LocationPicker'
33
33
import { FieldWrapper } from '../components/form/Field'
34
34
import { TwitterButton } from '../components/SocialButtons'
35
- import { StyledButton } from '../components/Link'
36
35
37
36
class Join extends Component {
38
37
constructor ( props ) {
@@ -151,10 +150,6 @@ class Join extends Component {
151
150
onPick = { this . placePicked }
152
151
/>
153
152
</ FieldWrapper >
154
-
155
- < FieldWrapper moreTop = { true } >
156
- < StyledButton onClick = { this . skipLocation } > skip</ StyledButton >
157
- </ FieldWrapper >
158
153
</ Fragment >
159
154
) }
160
155
</ div >
You can’t perform that action at this time.
0 commit comments