mirror of
https://github.com/diced/zipline.git
synced 2025-04-11 23:31:17 -05:00
fix: #709
This commit is contained in:
parent
7a93070958
commit
a97decfb0c
1 changed files with 3 additions and 1 deletions
|
@ -357,7 +357,9 @@ export default function Layout({ children, config }: { children: React.ReactNode
|
|||
}
|
||||
})}
|
||||
|
||||
<ScrollArea mah={200} mt='auto'>
|
||||
<Divider mt='auto' />
|
||||
|
||||
<ScrollArea mah='auto'>
|
||||
<Box>
|
||||
{config.website.externalLinks.map(({ name, url }, i) => (
|
||||
<NavLink
|
||||
|
|
Loading…
Add table
Reference in a new issue