diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-14 17:48:52 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-15 09:13:25 -0500 |
| commit | 541827eb9a4dc39d3d77b74f5f3107b1533596e5 (patch) | |
| tree | a24480b5337d7447e42d813e342f47f4b374a051 /src | |
| parent | d1f164a5cdd962762df72f794ef583efb851fae6 (diff) | |
Add ref in shared link
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/groups/[groupId]/share-button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/groups/[groupId]/share-button.tsx b/src/app/groups/[groupId]/share-button.tsx index fe2e5fb..9e96a49 100644 --- a/src/app/groups/[groupId]/share-button.tsx +++ b/src/app/groups/[groupId]/share-button.tsx @@ -16,7 +16,7 @@ type 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 ( <Popover> |
