Browse Source

implement w3c

AykutSarac 3 years ago
parent
commit
379d7be259
2 changed files with 5 additions and 5 deletions
  1. 1 1
      src/components/Producthunt/index.tsx
  2. 4 4
      src/pages/index.tsx

+ 1 - 1
src/components/Producthunt/index.tsx

@@ -16,7 +16,7 @@ export const Producthunt = () => {
     <a
     <a
       href="https://www.producthunt.com/posts/json-visio?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-json-visio"
       href="https://www.producthunt.com/posts/json-visio?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-json-visio"
       target="_blank"
       target="_blank"
-      rel="me"
+      rel="noreferrer"
     >
     >
       <StyledImage
       <StyledImage
         width="500"
         width="500"

+ 4 - 4
src/pages/index.tsx

@@ -377,7 +377,7 @@ const Home: React.FC = () => {
           </StyledCardIcon>
           </StyledCardIcon>
           <StyledCardTitle>EASY-TO-USE</StyledCardTitle>
           <StyledCardTitle>EASY-TO-USE</StyledCardTitle>
           <StyledCardDescription>
           <StyledCardDescription>
-            Don't even bother to update your schema to view your JSON into
+            Don&apos;t even bother to update your schema to view your JSON into
             graphs; directly paste, import or fetch! JSON Visio helps you to
             graphs; directly paste, import or fetch! JSON Visio helps you to
             visualize without any additional values and save your time.
             visualize without any additional values and save your time.
           </StyledCardDescription>
           </StyledCardDescription>
@@ -404,7 +404,7 @@ const Home: React.FC = () => {
           <StyledCardDescription>
           <StyledCardDescription>
             Download the graph to your local machine and use it wherever you
             Download the graph to your local machine and use it wherever you
             want, to your blogs, website or make it a poster and paste to the
             want, to your blogs, website or make it a poster and paste to the
-            wall. Who wouldn't want to see a JSON Visio graph onto their wall,
+            wall. Who wouldn&apos;t want to see a JSON Visio graph onto their wall,
             eh?
             eh?
           </StyledCardDescription>
           </StyledCardDescription>
         </StyledSectionCard>
         </StyledSectionCard>
@@ -415,8 +415,8 @@ const Home: React.FC = () => {
           </StyledCardIcon>
           </StyledCardIcon>
           <StyledCardTitle>LIVE</StyledCardTitle>
           <StyledCardTitle>LIVE</StyledCardTitle>
           <StyledCardDescription>
           <StyledCardDescription>
-            With Microsoft's Monaco Editor which is also used by VS Code, easily
-            edit your JSON and directly view through the graphs. Also there's a
+            With Microsoft&apos;s Monaco Editor which is also used by VS Code, easily
+            edit your JSON and directly view through the graphs. Also there&apos;s a
             JSON validator above of it to make sure there is no type error.
             JSON validator above of it to make sure there is no type error.
           </StyledCardDescription>
           </StyledCardDescription>
         </StyledSectionCard>
         </StyledSectionCard>