Add share button

This commit is contained in:
Sebastien Castiel
2023-12-13 12:55:31 -05:00
parent 6bd99d9a34
commit 9e2834abc3
3 changed files with 54 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ export default async function GroupLayout({
<div className="flex gap-2 justify-between">
<GroupTabs groupId={groupId} />
<ShareButton groupId={groupId} />
<ShareButton group={group} />
</div>
</div>