fix nav-tag-link , fix format

This commit is contained in:
tangly1024
2023-01-07 17:03:47 +08:00
parent 24ab8a3971
commit b3bb7f6541
18 changed files with 30 additions and 30 deletions

View File

@@ -25,9 +25,9 @@ const NavButtonGroup = (props) => {
className='text-center w-full md:mx-6 md:w-40 md:h-14 lg:h-20 h-14 justify-center items-center flex border-2 cursor-pointer rounded-lg glassmorphism hover:bg-white hover:text-black duration-200 font-bold hover:scale-110 transform'>
{category.name}
</Link>
);
)
})}
</nav>
);
)
}
export default NavButtonGroup