Browse Source

add iframe title

AykutSarac 2 years ago
parent
commit
39c5284ae7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/containers/Home/index.tsx

+ 2 - 0
src/containers/Home/index.tsx

@@ -124,6 +124,7 @@ const PreviewSection = () => {
       </Styles.StyledHighlightWrapper>
 
       <Styles.StyledPreviewFrame
+        title="Preview Embed"
         id="jcPreview"
         src={`${baseURL}/widget?json=63b73305c358219fbc421adf`}
         loading="eager"
@@ -251,6 +252,7 @@ const EmbedSection = () => (
     </Styles.StyledSectionArea>
     <div>
       <Styles.StyledFrame
+        title="Example Embed"
         src={`${baseURL}/widget?json=63c313d32ffa98f29b462315`}
         loading="lazy"
       ></Styles.StyledFrame>