Skip to content

Commit

Permalink
fix(naming): change groups page to matches page (#2)
Browse files Browse the repository at this point in the history
Style update (naming)
  • Loading branch information
marycaserio authored Oct 12, 2024
1 parent 114f849 commit 16900cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function Footer({ currentPage, setCurrentPage }) {
sx={{ backgroundColor: theme.palette.primary.light }}
>
<BottomNavigationAction label="Home" icon={<HomeIcon />} />
<BottomNavigationAction label="Groups" icon={<GroupsIcon />} />
<BottomNavigationAction label="Matches" icon={<GroupsIcon />} />
{/* <BottomNavigationAction label="Messages" icon={<MessageIcon />} /> */}
</BottomNavigation>
</Box>
Expand Down

0 comments on commit 16900cc

Please sign in to comment.