File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import useWindowSize from '../../hooks/useWindowSize'
1010import GitHubLogo from '../../public/icons/github-logo'
1111import IconCalendar from '../../public/icons/calendar'
1212import IconBooks from '../../public/icons/books'
13- import IconBell from '../../public/icons/bell'
1413import { BREAKPOINTS } from '../../common/constants'
1514
1615const 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 ) }
You can’t perform that action at this time.
0 commit comments