Style fixes

This commit is contained in:
Infinite
2020-01-29 10:52:10 +01:00
parent ac3d03715f
commit 247ad0a470
18 changed files with 272 additions and 201 deletions

View File

@@ -80,7 +80,7 @@ export const MainNavbar: React.FC = () => {
>
<Button className="minimal">
<Icon icon={i.icon} />
{i.text}
<span>{i.text}</span>
</Button>
</LinkContainer>
))}