Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gustaveWPM committed Mar 21, 2024
1 parent 76faaa8 commit 843ab71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/navbar/SitewideNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const SitewideNavbar: FunctionComponent<SitewideNavbarProps> = async () => {
const navbarItemClassName = 'p-[5px]';
const navbarItems = buildNavbarItems();
const desktopNavbarItems = navbarItems.map((item, index) => (
<li key={`${index}-navbar-btn-typography-desktop`} className={navbarItemClassName}>
<li key={`${index}-navbar-btn-desktop`} className={navbarItemClassName}>
{item.jsx}
</li>
));
Expand Down

0 comments on commit 843ab71

Please sign in to comment.