1
0
Fork 0

fix errors

This commit is contained in:
Enoch Riese 2022-06-06 14:06:49 -05:00
parent 0a804fac8f
commit 172750625a
2 changed files with 2 additions and 4 deletions

View file

@ -207,7 +207,8 @@ export const Icons = ({
liClasses='',
linkClasses=`grow text-lg lg:text-xl py-1 text-base-content sm:text-base-content
hover:text-secondary sm:hover:text-secondary hover:cursor-pointer
flex flex-col items-center`
flex flex-col items-center`,
linkStyle={}
}) => {
if (!app.navigation) return null
const output = []