diff --git a/src/modules/blocks/code/RenderCode.tsx b/src/modules/blocks/code/RenderCode.tsx
index 2125b2229..e059b5002 100644
--- a/src/modules/blocks/code/RenderCode.tsx
+++ b/src/modules/blocks/code/RenderCode.tsx
@@ -20,7 +20,7 @@ import type { CodeBlock } from '../blocks.types';
import { ButtonCodePen, isCodePenSupported } from './ButtonCodePen';
import { ButtonJsFiddle, isJSFiddleSupported } from './ButtonJSFiddle';
import { ButtonStackBlitz, isStackBlitzSupported } from './ButtonStackBlitz';
-import { RenderCodeIFrame } from './RenderCodeIFrame';
+import { RenderCodeHtmlIFrame } from './RenderCodeHtmlIFrame';
import { heuristicIsBlockTextHTML } from '../html/RenderHtml';
import { patchSvgString, RenderCodeMermaid } from './RenderCodeMermaid';
@@ -229,7 +229,7 @@ function RenderCodeImpl(props: RenderCodeImplProps) {
{/* Renders HTML, or inline SVG, inline plantUML rendered, or highlighted code */}
{renderHTML
- ?
+ ?
: renderMermaid
?
: (null);
React.useEffect(() => {
diff --git a/src/modules/blocks/html/RenderHtml.tsx b/src/modules/blocks/html/RenderHtml.tsx
index fa78749d4..cc3851882 100644
--- a/src/modules/blocks/html/RenderHtml.tsx
+++ b/src/modules/blocks/html/RenderHtml.tsx
@@ -9,7 +9,7 @@ import { copyToClipboard } from '~/common/util/clipboardUtils';
import type { HtmlBlock } from '../blocks.types';
import { OverlayButton, overlayButtonsSx } from '../code/RenderCode';
-import { RenderCodeIFrame } from '~/modules/blocks/code/RenderCodeIFrame';
+import { RenderCodeHtmlIFrame } from '~/modules/blocks/code/RenderCodeHtmlIFrame';
// this is used by the blocks parser (for full text detection) and by the Code component (for inline rendering)
@@ -48,7 +48,7 @@ export function RenderHtml(props: { htmlBlock: HtmlBlock, sx?: SxProps }) {
{/* Highlighted Code / SVG render */}
{showHTML
- ?
+ ?
:
CAUTION - The content you are about to access is an HTML page. It is possible that an