This commit is contained in:
tangly1024.com
2023-11-03 22:33:05 +08:00
parent 76c2d78c68
commit 5e713ea143
10 changed files with 10 additions and 10 deletions

View File

@@ -15,7 +15,7 @@ const NavButtonGroup = (props) => {
return (
<nav id='home-nav-button' className={'w-full z-10 md:h-72 md:mt-6 xl:mt-32 px-5 py-2 mt-8 flex flex-wrap md:max-w-6xl space-y-2 md:space-y-0 md:flex justify-center max-h-80 overflow-auto'}>
{categoryOptions.map(category => {
{categoryOptions?.map(category => {
return (
<Link
key={`${category.name}`}