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 d49a91b commit 5f8d8f6Copy full SHA for 5f8d8f6
src/routes/About/index.js
@@ -128,7 +128,8 @@ const About = () => {
128
</Grid>
129
130
</Paper>
131
- <Button className={classes.button} color={"primary"} onClick={() => checkForUpdates()}>
+ <Button className={classes.button} color={"primary"} onClick={() => checkForUpdates()}
132
+ style={{marginTop: 5}}>
133
<RefreshIcon/>
134
{language.checkForUpdates}
135
</Button>
0 commit comments