Parcourir la source

using component instead of raw

Jimmy Chion il y a 3 ans
Parent
commit
78974cb973
1 fichiers modifiés avec 1 ajouts et 8 suppressions
  1. 1 8
      src/pages/index.tsx

+ 1 - 8
src/pages/index.tsx

@@ -26,14 +26,7 @@ const IndexPage = () => {
               Explore the parameters that make up an effect called the <em>grainy gradient</em>.
               <br />
               Read more on{' '}
-              <a
-                href="https://css-tricks.com/grainy-gradients/"
-                target="_blank"
-                rel="noopener noreferrer"
-              >
-                CSS-Tricks
-              </a>
-              .
+              <LinkOut href="https://css-tricks.com/grainy-gradients/">CSS-Tricks</LinkOut>.
             </p>
             <SvgControls />
             <CssControls />