fix: missing breadcrumb translation, wrong spacing in user layout (#872)

This commit is contained in:
Meier Lukas
2024-07-27 21:09:34 +02:00
committed by GitHub
parent b0e10f0c62
commit 55a000a7fc
2 changed files with 7 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ export default async function Layout({ children, params }: PropsWithChildren<Lay
/>
<Grid>
<GridCol span={12}>
<Group justify="space-between" align="center">
<Group align="center">
<UserAvatar user={user} size="lg" />
<Stack gap={0}>
<Title order={3}>{user.name}</Title>

View File

@@ -1680,6 +1680,12 @@ export default {
},
general: "General",
security: "Security",
groups: {
label: "Groups",
},
invites: {
label: "Invites",
},
},
tools: {
label: "Tools",