Skip to content

Commit

Permalink
fix: missing breadcrumb translation, wrong spacing in user layout (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meierschlumpf authored Jul 27, 2024
1 parent b0e10f0 commit 55a000a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 6 additions & 0 deletions packages/translation/src/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1680,6 +1680,12 @@ export default {
},
general: "General",
security: "Security",
groups: {
label: "Groups",
},
invites: {
label: "Invites",
},
},
tools: {
label: "Tools",
Expand Down

0 comments on commit 55a000a

Please sign in to comment.