refactor: Update RealmPopUp URL to use new character page format
This commit is contained in:
@@ -87,7 +87,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://realm.risuai.xyz/?code=${openedData.id}`)
|
await navigator.clipboard.writeText(`https://realm.risuai.net/character/${openedData.id}`)
|
||||||
alertNormal("Copied to clipboard")
|
alertNormal("Copied to clipboard")
|
||||||
}}>
|
}}>
|
||||||
<PaperclipIcon />
|
<PaperclipIcon />
|
||||||
|
|||||||
Reference in New Issue
Block a user