Update URL in RealmPopUp.svelte
This commit is contained in:
635
src-tauri/Cargo.lock
generated
635
src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -88,7 +88,7 @@
|
|||||||
</button>
|
</button>
|
||||||
{/if}
|
{/if}
|
||||||
<button class="text-textcolor2 hover:text-green-500" on:click|stopPropagation={async () => {
|
<button class="text-textcolor2 hover:text-green-500" on:click|stopPropagation={async () => {
|
||||||
await navigator.clipboard.writeText(`https://risuai.xyz/?realm=${openedData.id}`)
|
await navigator.clipboard.writeText(`https://realm.risuai.xyz/?code=${openedData.id}`)
|
||||||
alertNormal("Copied to clipboard")
|
alertNormal("Copied to clipboard")
|
||||||
}}>
|
}}>
|
||||||
<PaperclipIcon />
|
<PaperclipIcon />
|
||||||
|
|||||||
Reference in New Issue
Block a user