Ver Fonte

add iframe title

AykutSarac há 2 anos atrás
pai
commit
39c5284ae7
1 ficheiros alterados com 2 adições e 0 exclusões
  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>