fix group

This commit is contained in:
Philipinho
2024-04-07 20:18:04 +01:00
parent 5ee74d49d7
commit e1bd8fda1a
5 changed files with 100 additions and 16 deletions

View File

@ -17,7 +17,7 @@ export default function GroupDetails() {
{group && (
<div>
{/* Todo: back navigation */}
<Title order={3}>{group.name}</Title>
<Title order={4}>{group.name}</Title>
<Text c="dimmed">{group.description}</Text>
<Group my="md" justify="flex-end">