show source per day

This commit is contained in:
Wavering Ana 2025-01-31 20:25:44 -05:00
parent d1202a03fa
commit 26e0a4f92f
5 changed files with 165 additions and 111 deletions

View file

@ -85,7 +85,13 @@ export function LinkList({ refresh = 0 }: LinkListProps) {
const baseUrl = window.location.origin
navigator.clipboard.writeText(`${baseUrl}/${shortCode}`)
toast({
description: "Link copied to clipboard",
description: (
<>
Link copied to clipboard
<br />
You can add ?source=TextHere to the end of the link to track the source of clicks
</>
),
})
}