Skip to content

Commit 284389f

Browse files
committed
Hide skip for location for now
1 parent 346529b commit 284389f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

renderer/components/tray/Following/styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export const Time = styled.div`
132132

133133
export const Hour = styled.span`
134134
font-weight: 600;
135+
letter-spacing: 0.5px;
135136
color: white;
136137
`
137138

renderer/pages/join.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import ErrorText from '../components/form/ErrorText'
3232
import LocationPicker from '../components/LocationPicker'
3333
import { FieldWrapper } from '../components/form/Field'
3434
import { TwitterButton } from '../components/SocialButtons'
35-
import { StyledButton } from '../components/Link'
3635

3736
class Join extends Component {
3837
constructor(props) {
@@ -151,10 +150,6 @@ class Join extends Component {
151150
onPick={this.placePicked}
152151
/>
153152
</FieldWrapper>
154-
155-
<FieldWrapper moreTop={true}>
156-
<StyledButton onClick={this.skipLocation}>skip</StyledButton>
157-
</FieldWrapper>
158153
</Fragment>
159154
)}
160155
</div>

0 commit comments

Comments
 (0)