1
0
Fork 0

fix(fs.dev): Chevron size

This commit is contained in:
Joost De Cock 2021-12-30 19:16:55 +01:00
parent 1ddba2b3b2
commit 90e361d4ae

View file

@ -13,6 +13,13 @@ import DocsIcon from 'shared/components/icons/docs.js'
// Don't show children for blog and showcase posts
const keepClosed = ['blog', 'showcase', ]
// TODO: For now we force tailwind to pickup these styles
// At some point this should 'just work' though, but let's not worry about it now
const force = [
<p className="w-6 mr-2"/>,
<p className="w-8 mr-3"/>
]
// List of icons matched to top-level slug
const icons = {
blog: <RssIcon />,