Skip to content

Commit 49772dd

Browse files
committed
Small fixes (patch)
1 parent 42f9f24 commit 49772dd

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

components/alheimsins/Button.js

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export default (props) => {
2424
background: ${props.background || 'black'};
2525
border-radius: 5px;
2626
cursor: pointer;
27+
-webkit-appearance: none;
2728
}
2829
input:disabled {
2930
background: #eaeaea;

pages/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default class extends Component {
4646
<Select name='languages' onChange={this.setLang} defaultValue='en' options={languageList} />
4747
</Field>
4848
<div style={{ textAlign: 'center', paddingTop: '20px' }}>
49-
<Button value='start test' onClick={() => Router.pushRoute(`/test/${this.state.lang}`)} />
49+
<Button value='start test' onClick={() => Router.pushRoute(`/test/${this.state.lang}`)} background='rgb(255, 0, 128)' border='1px solid rgb(255, 0, 128)' />
5050
</div>
5151
</div>
5252
</div>

static/sitemap.xml

+14
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,18 @@ https://bigfive-test.com/result/58a70606a835c400c8b38e84
8686
<lastmod>2018-05-18T19:28:32+00:00</lastmod>
8787
<priority>0.80</priority>
8888
</url>
89+
<url>
90+
<loc>
91+
https://bigfive-test.com/result/5b02c88a627e84005c2f00c7
92+
</loc>
93+
<lastmod>2018-05-18T19:28:32+00:00</lastmod>
94+
<priority>0.80</priority>
95+
</url>
96+
<url>
97+
<loc>
98+
https://bigfive-test.com/result/58a7938a245c2900ea0726ee
99+
</loc>
100+
<lastmod>2018-05-18T19:28:32+00:00</lastmod>
101+
<priority>0.80</priority>
102+
</url>
89103
</urlset>

0 commit comments

Comments
 (0)