Change theme

This commit is contained in:
Sebastien Castiel
2023-12-06 13:00:49 -05:00
parent 53256d13c1
commit b949626cfa
2 changed files with 35 additions and 52 deletions

View File

@@ -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>