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