diff options
Diffstat (limited to 'src/app/groups')
| -rw-r--r-- | src/app/groups/[groupId]/layout.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/groups/[groupId]/layout.tsx b/src/app/groups/[groupId]/layout.tsx index 438afea..5c835f5 100644 --- a/src/app/groups/[groupId]/layout.tsx +++ b/src/app/groups/[groupId]/layout.tsx @@ -29,9 +29,9 @@ export default async function GroupLayout({ <Link href={`/groups/${groupId}`}>{group.name}</Link> </h1> - <Button variant="secondary" asChild> + <Button variant="outline" asChild size="icon"> <Link href={`/groups/${groupId}/edit`}> - <Edit className="w-4 h-4 mr-2" /> Edit group settings + <Edit className="w-4 h-4" /> </Link> </Button> </div> |
