Skip to content

Commit

Permalink
Some
Browse files Browse the repository at this point in the history
  • Loading branch information
Waseem raja Shaik authored and Waseem raja Shaik committed Feb 6, 2024
1 parent 7b04a19 commit 10e615c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/menu/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const Menu = () => {
className={`border-[darkseagreen] ${menuToggle === i ? "tab-content:checked" : "tab-content"}`}
key={i}
>
{MenuItems[items].map((item, i) => (
{MenuItems[items as MenuItemKeys].map((item, i) => (
<div className="flex w-full flex-col p-4 text-black" key={i}>
<div className="flex w-full justify-between">
<span className="font-bold">{item["name"]}</span>
Expand Down

0 comments on commit 10e615c

Please sign in to comment.