chore: adjust styles

This commit is contained in:
DarkSky
2022-08-12 18:47:09 +08:00
parent b2b111f65e
commit ea865eb0aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ const GitHub = (props: { center?: boolean; flat?: boolean }) => {
startIcon={<GitHubIcon />}
size="lg"
>
Check GitHub
{props.center ? 'Check ' : ''}GitHub
</Button>
);
};