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 +
) }