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

always render the wordmark in the header

parent 1d5c6530
...@@ -149,17 +149,15 @@ export default function Header() { ...@@ -149,17 +149,15 @@ 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 style={{ marginLeft: '4px', marginTop: '4px' }}
style={{ marginLeft: '4px', marginTop: '4px' }} src={isDark ? WordmarkDark : Wordmark}
src={isDark ? WordmarkDark : Wordmark} alt="logo"
alt="logo" />
/> </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