1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-11 23:31:17 -05:00
This commit is contained in:
diced 2025-02-18 12:46:53 -08:00
parent 7a93070958
commit a97decfb0c
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -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