1
0
mirror of https://github.com/hexolan/panels.git synced 2026-05-20 11:39:22 +01:00

feat(frontend): updates to latest mantine attributes

Pending adaption to breaking changes for element attributes since
changed within existing components. Adjustments to `ta`, `gap`, `fw`,
etc.
This commit is contained in:
2026-05-14 14:53:04 +01:00
parent 998eb474ec
commit 0e21fe9483
26 changed files with 58 additions and 57 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const Homepage = () => {
<Container mt='xl'>
<Title>Feed</Title>
<Divider my='md' variant='dotted' />
<Stack my='lg' spacing='md'>
<Stack my='lg' gap='md'>
<HomePostFeed />
</Stack>
</Container>