Skip to content

Commit

Permalink
Remove Sapling nav tab
Browse files Browse the repository at this point in the history
Currently this button doesn't do anything. It should be removed until
there is some Sapling selector functionality that would use it.

Signed-off-by: Darian Plumb <dplumb@bitwise.io>
  • Loading branch information
dplumb94 committed Jun 30, 2021
1 parent d277530 commit 2df20e6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/components/navigation/SideNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,7 @@ export const SideNav = () => {
<a href="/" className="brand">
<div />
</a>
<div className="nav-items">
{makeUserSaplingTabs(useUserSaplings())}
<div className="nav-tab">
<div className="border">
<div className="icon">
<Icon>eco_icon</Icon>
</div>
</div>
<div className="label">Saplings</div>
</div>
</div>
<div className="nav-items">{makeUserSaplingTabs(useUserSaplings())}</div>
<div className="canopy-items">
<ProfileTab />
</div>
Expand Down

0 comments on commit 2df20e6

Please sign in to comment.