Skip to content

Commit

Permalink
delete home from the nav
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-mohammed96 committed Aug 24, 2020
1 parent d6da194 commit 18efae5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Pages/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,7 @@ function NavbarPage({ handelModel8 }) {
{t('mainPage.category.Categories')}
</div>
</MDBNavItem>
<MDBNavItem>
<MDBNavLink to="/">{t('navBar.home')}</MDBNavLink>
</MDBNavItem>

<MDBNavItem>
<MDBNavLink to="/aboutus">{t('navBar.aboutus')}</MDBNavLink>
</MDBNavItem>
Expand Down

0 comments on commit 18efae5

Please sign in to comment.