Skip to content

Commit c6ee9e0

Browse files
committed
adds comparison view button
1 parent a059050 commit c6ee9e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/javascript/components/Sidebar.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ function Sidebar(props) {
3939
return (
4040
<div className="sidebar">
4141
<h1 className="logo active" />
42-
{/* <SidebarItem tooltipText="Compare - Coming Soon">
42+
<SidebarItem tooltipText="Comparison View - Coming Soon">
4343
<button>
4444
<FontAwesomeIcon icon={faColumns} />
4545
</button>
4646
</SidebarItem>
47-
<SidebarItem tooltipText="Alerts - Coming Soon">
47+
{/* <SidebarItem tooltipText="Alerts - Coming Soon">
4848
<button>
4949
<FontAwesomeIcon icon={faBell} />
5050
</button>

0 commit comments

Comments
 (0)