Minor fixes

This commit is contained in:
Nilay Majorwar
2022-02-04 21:46:43 +05:30
parent 21df6fa0f1
commit 42566af69e
4 changed files with 28 additions and 15 deletions

View File

@ -29,12 +29,14 @@ export const Header = (props: Props) => {
alignItems: "center",
}}
>
<Button minimal large>
<div style={{ display: "flex", alignItems: "center" }}>
<Image src={logoImg} alt="logo" width={20} height={20} />
<span style={{ marginLeft: 10 }}>Esolang Park</span>
</div>
</Button>
<a href="/" title="Return to home page">
<Button minimal large>
<div style={{ display: "flex", alignItems: "center" }}>
<Image src={logoImg} alt="logo" width={20} height={20} />
<span style={{ marginLeft: 10 }}>Esolang Park</span>
</div>
</Button>
</a>
<Tag large minimal style={{ marginLeft: 10 }}>
{props.langName}
</Tag>