Commit 3f9c34d3 authored by Moody Salem's avatar Moody Salem

always render the wordmark in the header

parent 1d5c6530
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment