Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/components/Layout/TopNav/TopNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -361,17 +361,17 @@ export default function TopNav({
<Suspense fallback={null}>
<div className="ps-3 xs:ps-5 xs:gap-0.5 xs:text-base overflow-x-auto flex flex-row lg:hidden text-base font-bold text-secondary dark:text-secondary-dark">
<NavItem isActive={section === 'learn'} url="/learn">
Learn
Apprendre
</NavItem>
<NavItem
isActive={section === 'reference'}
url="/reference/react">
Reference
Référence
</NavItem>
<NavItem
isActive={section === 'community'}
url="/community">
Community
Communauté
</NavItem>
<NavItem isActive={section === 'blog'} url="/blog">
Blog
Expand Down
Loading