diff --git a/components/Footer.js b/components/Footer.js index 4426c0e..d2a5bd4 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -30,6 +30,10 @@ const Footer = () => ( privacy + + offsets + + New
@@ -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;