Skip to content

Commit

Permalink
Update NavbarItems.js (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperChamp234 authored Dec 24, 2023
1 parent 68c4bff commit f2766dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/NavbarItem/NavbarItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ const NavbarItems = ({
<span className={styles.title} id='elements'>
{!onSubMenu ? (
<>
{navItem.name} <FontAwesomeIcon icon={faCaretRight} />
{navItem.name}
</>
) : (
<>
{navItem.name} <FontAwesomeIcon icon={faCaretDown} />
{navItem.name}
</>
)}
</span>
Expand Down

0 comments on commit f2766dd

Please sign in to comment.