This commit is contained in:
Timothy J. Baek 2024-10-05 03:22:17 -07:00
parent 2e231982a3
commit 7036166535

View File

@ -302,7 +302,7 @@ __builtins__.input = input`);
{/if}
{/if}
<button class="copy-code-button bg-none border-none p-1" on:click={copyCode}
>{copied ? $i18n.t('Copied') : $i18n.t('Copy Code')}</button
>{copied ? $i18n.t('Copied') : $i18n.t('Copy')}</button
>
</div>
</div>