Skip to content

Commit 064257f

Browse files
authored
Update Header.jsx
1 parent b5d4573 commit 064257f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

components/header/Header.jsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import useWindowSize from '../../hooks/useWindowSize'
1010
import GitHubLogo from '../../public/icons/github-logo'
1111
import IconCalendar from '../../public/icons/calendar'
1212
import IconBooks from '../../public/icons/books'
13-
import IconBell from '../../public/icons/bell'
1413
import { BREAKPOINTS } from '../../common/constants'
1514

1615
const Header = () => {
@@ -65,20 +64,6 @@ const Header = () => {
6564

6665
<nav className="header__navigation">
6766
<ul className="header__list">
68-
<li>
69-
<Link
70-
href={ROUTES.NEWS.getPath(year)}
71-
aria-label={getLiteral('navigation:news')}
72-
className={clsx('header__link', {
73-
['is-active']: pathname === ROUTES.SCHEDULE.getPath(year),
74-
})}
75-
>
76-
<IconBell />
77-
<span className="header__link-text">
78-
{getLiteral('navigation:news')}
79-
</span>
80-
</Link>
81-
</li>
8267
<li>
8368
<Link
8469
href={ROUTES.SCHEDULE.getPath(year)}

0 commit comments

Comments
 (0)