always render the wordmark in the header
This commit is contained in:
parent
1d5c6530e3
commit
3f9c34d37d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user