add offsets footer link

main
Mike Fix 5 years ago
parent 13887a9b3e
commit b1b9038fbb
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -30,6 +30,10 @@ const Footer = () => (
<a className="link" href="/privacy">
privacy
</a>
<a className="link" href="/offsets">
offsets
</a>
<span className="new">New</span>
</nav>
<div className="mt2 mb2">
@ -63,6 +67,20 @@ const Footer = () => (
margin-right: 0;
}
.new {
position: absolute;
margin: -4px 0 0 -12px;
padding: 1px 3px;
color: ${COLORS.SECONDARY};
background: ${COLORS.RED};
border-radius: 3px;
font-size: 8px;
font-weight: 600;
line-height: 1.3;
text-transform: uppercase;
user-select: none;
}
.author-link {
color: ${COLORS.PRIMARY};
text-decoration: none;

Loading…
Cancel
Save