Skip to content

Commit

Permalink
feat(side-menu): add icons link
Browse files Browse the repository at this point in the history
  • Loading branch information
jerem1508 committed Dec 4, 2024
1 parent 5700857 commit d982f45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example-ts/src/layout/SideMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ export function Side() {
<Link current={is('/composants/en-tete')} href="/composants/en-tete">
Header - En-tête
</Link>
<Link current={is('/composants/icons')} href="/composants/icons">
Icon - Icône
</Link>
<Link current={is('/composants/input')} href="/composants/input">
Input - Champ de saisie
</Link>
Expand Down

0 comments on commit d982f45

Please sign in to comment.