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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user