mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-21 17:24:14 -05:00
Removed double Generic option on the navbar
This commit is contained in:
parent
dc634a4d74
commit
637c7505c3
|
|
@ -100,12 +100,6 @@ function Header() {
|
|||
<li><Link to="/portal/">Home</Link></li>
|
||||
<li><Link to="/portal/Search"><SearchButton />Search</Link></li>
|
||||
{types}
|
||||
<li className="dropdown">
|
||||
<Link to=" " onClick={voidClick} className="dropbtn">Generic</Link>
|
||||
<div className="dropdown-content">
|
||||
<Link to={"/portal/Generic/Mugic"}>Mugic</Link>
|
||||
</div>
|
||||
</li>
|
||||
{tribes}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user