mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-15 01:01:09 +10:00
fix group
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user