Skip to content

Commit

Permalink
Merge pull request #454 from amplication/add-menu
Browse files Browse the repository at this point in the history
update menu with BTM
  • Loading branch information
mulygottlieb authored Feb 28, 2024
2 parents 4b3fd04 + 0d2dabd commit d21230b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions components/Header/Menu/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ const MENU_ITEMS = [
},
target: '_self',
},
{
title: 'Break the Monolith',
href: {
pathname: '/break-the-monolith',
},
target: '_self',
},
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion components/Sections/BreakTheMonolith/Hero/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Hero = () => {
Dive into our sandbox environment and see how Amplication modernizes
your system architecture and transforms your development workflow.
</div>
<h2 className="text-lg laptop:text-2xl desktop:text-3xl font-semibold">
<h2 className="text-2xl laptop:text-xl desktop:text-2xl font-semibold">
Experience the power of Break the Monolith
</h2>
<Form />
Expand Down

0 comments on commit d21230b

Please sign in to comment.