feat: add copy buttons in receive dialog
This commit is contained in:
parent
18a5227033
commit
4d943c040a
4 changed files with 11 additions and 3 deletions
|
@ -102,6 +102,10 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Portal BTC</title>
|
||||
</svelte:head>
|
||||
|
||||
{#if showInstallPrompt && deferredPrompt}
|
||||
<InstallPrompt onInstall={handleInstallClick} />
|
||||
{:else if showSplash}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue