From 459e80b9ce3ead95edff975300d7237d23cbc6bf Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 14 Nov 2020 00:06:13 +0100 Subject: [PATCH] link fix --- src/pages/index.jsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/pages/index.jsx b/src/pages/index.jsx index d78d1c25..425a0bdf 100755 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -37,11 +37,9 @@ const SectionLink = ({ to, title, color, children }) => {

{title}

{children}

- {title !== 'API References' && ( - - Learn More - - )} + + Learn More +
) }