Skip to content

Commit 5f8d8f6

Browse files
committed
* Added margin to update button
1 parent d49a91b commit 5f8d8f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/About/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ const About = () => {
128128
</Grid>
129129
</Grid>
130130
</Paper>
131-
<Button className={classes.button} color={"primary"} onClick={() => checkForUpdates()}>
131+
<Button className={classes.button} color={"primary"} onClick={() => checkForUpdates()}
132+
style={{marginTop: 5}}>
132133
<RefreshIcon/>
133134
{language.checkForUpdates}
134135
</Button>

0 commit comments

Comments
 (0)