Browse Source

using component instead of raw

Jimmy Chion 3 năm trước cách đây
mục cha
commit
78974cb973
1 tập tin đã thay đổi với 1 bổ sung8 xóa
  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 />