fix errors
This commit is contained in:
parent
0a804fac8f
commit
172750625a
2 changed files with 2 additions and 4 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue