always render the wordmark in the header

This commit is contained in:
Moody Salem 2020-07-12 12:53:05 -04:00
parent 1d5c6530e3
commit 3f9c34d37d
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

@ -149,7 +149,6 @@ export default function Header() {
<UniIcon id="link" href="/">
<img src={isDark ? LogoDark : Logo} alt="logo" />
</UniIcon>
{!isMobile && (
<TitleText>
<HistoryLink id="link" to="/">
<img
@ -159,7 +158,6 @@ export default function Header() {
/>
</HistoryLink>
</TitleText>
)}
</Title>
</HeaderElement>
<HeaderControls>