This commit is contained in:
Jacob Delgado 2024-04-07 22:52:56 -07:00
parent 855a42b061
commit 1e72a60526

View File

@ -15,6 +15,7 @@ const extraBold = localFont({
});
const inter = Inter({ subsets: ["latin"] });
const MenuCard = ({ Menu }: any) => {
return (
<div className="grid desktop:grid-cols-5 tablet:grid-cols-3 md:grid-cols-3 grid-flow-row gap-y-6 md:gap-x-6">