Skip to content

Commit 3cf1b21

Browse files
fagundesjgmarcodmc
authored and
marcodmc
committed
feat: added supporters page (SOS-RS#216)
* fix: conflicts with master branch * feat: dev and staging gh actions * feat: done supporters page
1 parent 94695ae commit 3cf1b21

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/BurgerMenu/BurgerMenu.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ const BurgerMenu = () => {
8080
link="/apoiadores"
8181
icon={<HeartHandshake className="w-5 h-5" />}
8282
/>
83+
<BurguerMenuItem
84+
label="Apoiadores"
85+
link="/apoiadores"
86+
icon={<HeartHandshake className="w-4 h-4" />}
87+
/>
8388
<Separator />
8489
{partners.length > 0 && (
8590
<Fragment>

0 commit comments

Comments
 (0)