diff --git a/src/lib/components/chat/Artifacts.svelte b/src/lib/components/chat/Artifacts.svelte index ec96e900a..bcf12aa68 100644 --- a/src/lib/components/chat/Artifacts.svelte +++ b/src/lib/components/chat/Artifacts.svelte @@ -289,14 +289,16 @@ }}>{copied ? $i18n.t('Copied') : $i18n.t('Copy')} - - - + {#if contents[selectedContentIdx].type === 'iframe'} + + + + {/if} {/if}