Skip to content

Commit

Permalink
Add Make to integrations main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanalemunioz committed Nov 13, 2024
1 parent 15b29bc commit fe9f02d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added public/images/icons/make.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/config/nav-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ export const navMenuConfig: NavMenuConfig = {
href: "/blog/category/Bubble",
icon: "/images/icons/bubble.png"
},
{
title: "Make",
href: "/blog/category/Make",
icon: "/images/icons/make.png"
},
],
},
],
Expand Down

0 comments on commit fe9f02d

Please sign in to comment.