Skip to content

Commit 0aac0aa

Browse files
ashleywolfCopilot
andcommitted
Remove Security Challenge from navigation for 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b203079 commit 0aac0aa

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

components/header/Header.jsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,6 @@ const Header = () => {
8080
</span>
8181
</Link>
8282
</li>
83-
<li>
84-
<Link
85-
href={ROUTES.SECURITY_CHALLENGE.getPath(year)}
86-
aria-label={getLiteral('navigation:security-challenge')}
87-
className={clsx('header__link', {
88-
['is-active']: pathname === ROUTES.SECURITY_CHALLENGE.getPath(year),
89-
})}
90-
>
91-
<IconShield />
92-
<span className="header__link-text">
93-
{getLiteral('navigation:security-challenge')}
94-
</span>
95-
</Link>
96-
</li>
9783
<li>
9884
<Link
9985
href={ROUTES.SCHEDULE.getPath(year)}

0 commit comments

Comments
 (0)