#136-Link-Copy #140

Merged
Ajdj100 merged 5 commits from #136-Link-Copy into main 2026-01-01 10:42:40 -06:00
Showing only changes of commit b94504bb69 - Show all commits

3
ui/src/lib/copyLink.ts Normal file
View File

@@ -0,0 +1,3 @@
export function CopyLink() {
navigator.clipboard.writeText(window.location.href);
}