mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-04-13 04:15:56 -05:00
Merge pull request #49 from chaoticbackup/Magesofthebeach-patch-1
Removed double Generic option on the navbar
This commit is contained in:
commit
0ce6a2dccc
|
|
@ -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