Skip to content

Commit

Permalink
button on home menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dblatcher committed Feb 10, 2025
1 parent ebde241 commit 4c3edba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/newsletters-ui/src/app/components/HomeMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ export function HomeMenu() {
/>
</Grid>
)}

<ButtonGridItem
path="/layouts"
content={'All Newsletters page layouts'}
variant="outlined"
/>
</Grid>
</Container>
);
Expand Down

0 comments on commit 4c3edba

Please sign in to comment.