Remove unneeded class
This commit is contained in:
parent
a869e9dc2c
commit
d7845f2988
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ function SideNavigation(props: Props) {
|
|||
return (
|
||||
<>
|
||||
<ul className="navigation__secondary navigation-links">
|
||||
<li className="navigation-link__wrapper">
|
||||
<li>
|
||||
<div className="wunderbar">
|
||||
<Icon icon={ICONS.SEARCH} />
|
||||
<input
|
||||
|
|
Loading…
Reference in a new issue