From c304242e56cd907767b859fcbfb14d967afc029c Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 3 Jul 2023 01:03:53 -0700 Subject: [PATCH] fix: :rotating_light: Vite doesn't like injected script --- packages/client/src/components/MkEmbedDialog.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/client/src/components/MkEmbedDialog.vue b/packages/client/src/components/MkEmbedDialog.vue index a7319e304c..c1c6302d72 100644 --- a/packages/client/src/components/MkEmbedDialog.vue +++ b/packages/client/src/components/MkEmbedDialog.vue @@ -15,15 +15,14 @@ primary full @click="copyToClipboard(codeblock); $refs.modal.close()" - >{{ i18n.ts.copyContent }} + >{{ i18n.ts.copyContent }} + {{ i18n.ts.gotIt }} + >{{ i18n.ts.gotIt }} + @@ -49,7 +48,7 @@ const props = withDefaults( } ); -const codeblock = `` +const codeblock = ``;