diff --git a/src/components/elements/Heading.js b/src/components/elements/Heading.js index 5c8e2a8d7..9bce50e98 100644 --- a/src/components/elements/Heading.js +++ b/src/components/elements/Heading.js @@ -10,7 +10,7 @@ Heading.defaultProps = { lineHeight: [0, 0, 1, 1], textAlign: 'center', fontWeight: 'bold', - fontSize: [4, 4, 5, 7], + fontSize: [5, 5, 5, 6], variant: 'gradient' } diff --git a/src/components/elements/Link/solid.js b/src/components/elements/Link/solid.js index d64d5ac3d..1330874dd 100644 --- a/src/components/elements/Link/solid.js +++ b/src/components/elements/Link/solid.js @@ -30,6 +30,10 @@ const style = css` const LinkSolid = styled(Link)` ${style}; ${hoverStyle}; + + .active { + text-decoration: inherit; + } ` LinkSolid.defaultProps = { diff --git a/src/components/pages/screenshot/examples.js b/src/components/pages/screenshot/examples.js index e448f2649..2d0068a4e 100644 --- a/src/components/pages/screenshot/examples.js +++ b/src/components/pages/screenshot/examples.js @@ -340,7 +340,6 @@ export const Timings = ({ queryParam }) => { color='white' variant={null} mr={[1, 1, 3, 3]} - fontSize={[3, 3, 5, 7]} children={children} /> ))} diff --git a/src/components/patterns/Headline/Headline.js b/src/components/patterns/Headline/Headline.js index 872323c01..883f7cdf3 100644 --- a/src/components/patterns/Headline/Headline.js +++ b/src/components/patterns/Headline/Headline.js @@ -24,7 +24,6 @@ const TitleConstructor = TitleComponnet => ({ {...props} > { { - Your privacy is important to us. It's Microlink HQ's policy to respect + + Microlink respects your privacy regarding any information we may collect from you across our website , and other sites we own and operate, according to EU General Data Protection diff --git a/src/pages/stats.js b/src/pages/stats.js index 51baf7b2d..82e2ad7e5 100644 --- a/src/pages/stats.js +++ b/src/pages/stats.js @@ -34,15 +34,25 @@ export default () => { justifyContent='center' alignItems='center' > - + {isLoading ? ( - + <> + + $ watch curl -sL https://k8s.microlink.io/ + + + ) : ( <> ( <>

Come chat with us

@@ -32,37 +29,16 @@ const PostFooter = () => ( export default ({ isBlogPage, date, meta, content }) => ( - - -

+ + + {isBlogPage && ( - + {formatDate(date)} ({}) )} - {!isBlogPage && date && ( -
- - Last Updated: {formatDate(date)} ({}) - -
- )} - {isBlogPage && }