The copy link now looks better

This commit is contained in:
Scott Idem
2026-06-15 18:10:37 -04:00
parent d193004882
commit 2f2e9d554a

View File

@@ -465,10 +465,11 @@ async function send_poc_email_link() {
{#if $ae_loc.trusted_access && pres_mgmt_loc.current.show__copy_access_link && poc_sign_in_url} {#if $ae_loc.trusted_access && pres_mgmt_loc.current.show__copy_access_link && poc_sign_in_url}
<MyClipboard <MyClipboard
value={poc_sign_in_url} value={poc_sign_in_url}
btn_class="btn btn-sm preset-tonal-surface text-xs" btn_class="btn btn-sm preset-filled-surface-300-700 text-xs"
btn_text=""
btn_title="Copy the {pres_mgmt_loc.current.label__session_poc_name} sign-in link to the clipboard" btn_title="Copy the {pres_mgmt_loc.current.label__session_poc_name} sign-in link to the clipboard"
hide_icon={false} hide_icon={true}
hide_text={false}> hide_text={true}>
<Link size="1em" class="" /> <Link size="1em" class="" />
Copy Link Copy Link
</MyClipboard> </MyClipboard>