Skip to content

Commit

Permalink
feat: added supporters page (SOS-RS#216)
Browse files Browse the repository at this point in the history
* fix: conflicts with master branch

* feat: dev and staging gh actions

* feat: done supporters page
  • Loading branch information
fagundesjg authored and marcodmc committed Jun 6, 2024
1 parent 94695ae commit 3cf1b21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/BurgerMenu/BurgerMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ const BurgerMenu = () => {
link="/apoiadores"
icon={<HeartHandshake className="w-5 h-5" />}
/>
<BurguerMenuItem
label="Apoiadores"
link="/apoiadores"
icon={<HeartHandshake className="w-4 h-4" />}
/>
<Separator />
{partners.length > 0 && (
<Fragment>
Expand Down

0 comments on commit 3cf1b21

Please sign in to comment.