Skip to content

Commit

Permalink
added shop button on menu.ts file and changed tw-px to 15 px (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelospk authored Jan 19, 2024
1 parent 4b2a75e commit 0463a4d
Show file tree
Hide file tree
Showing 4 changed files with 5,645 additions and 5,635 deletions.
2 changes: 1 addition & 1 deletion src/components/menu/main-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const MainMenu = ({ className, hoverStyle, menu, color, align }: TProps) => {
<li
key={id}
className={clsx(
"tw-inline-block tw-px-2.5 2xl:tw-px-[17px] tw-py-[29px] tw-group",
"tw-inline-block tw-px-2.5 2xl:tw-px-[15px] tw-py-[29px] tw-group",
submenu && "tw-relative"
)}
role="none"
Expand Down
5 changes: 5 additions & 0 deletions src/data/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ export default [
},
{
id: 7,
label: "Shop",
path: "https://hashflag.shop/",
},
{
id: 8,
label: "Donate",
path: "/donate",
},
Expand Down
11 changes: 8 additions & 3 deletions src/data/sidebar-menu.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
export default [
{ id: 1, path: "/about-us", label: "About Us" },
{ id: 2, path: "/contact-us", label: "Contact Us" },
{ id: 3, path: "/apply", label: "Apply" },
{ id: 4, path: "/mentor", label: "Mentor" },
{ id: 5, path: "/code-of-conduct", label: "Code Of Conduct" },
{
id: 3,
label: "Shop",
path: "https://hashflag.shop/",
},
{ id: 4, path: "/apply", label: "Apply" },
{ id: 5, path: "/mentor", label: "Mentor" },
{ id: 6, path: "/code-of-conduct", label: "Code Of Conduct" },
];
Loading

1 comment on commit 0463a4d

@vercel
Copy link

@vercel vercel bot commented on 0463a4d Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.