mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-05 12:16:13 +01:00
Add ref in shared link
This commit is contained in:
@@ -16,7 +16,7 @@ type Props = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function ShareButton({ group }: Props) {
|
export function ShareButton({ group }: Props) {
|
||||||
const url = `${env.NEXT_PUBLIC_BASE_URL}/groups/${group.id}`
|
const url = `${env.NEXT_PUBLIC_BASE_URL}/groups/${group.id}/expenses?ref=share`
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Popover>
|
<Popover>
|
||||||
|
|||||||
Reference in New Issue
Block a user