diff options
Diffstat (limited to 'src/lib/sharing.ts')
-rw-r--r-- | src/lib/sharing.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/sharing.ts b/src/lib/sharing.ts index b59e3f994..a77b5ccca 100644 --- a/src/lib/sharing.ts +++ b/src/lib/sharing.ts @@ -20,6 +20,6 @@ export async function shareUrl(url: string) { // React Native Share is not supported by web. Web Share API // has increasing but not full support, so default to clipboard setStringAsync(url) - Toast.show('Copied to clipboard') + Toast.show('Copied to clipboard', 'clipboard-check') } } |