We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a059050 commit c6ee9e0Copy full SHA for c6ee9e0
webapp/javascript/components/Sidebar.jsx
@@ -39,12 +39,12 @@ function Sidebar(props) {
39
return (
40
<div className="sidebar">
41
<h1 className="logo active" />
42
- {/* <SidebarItem tooltipText="Compare - Coming Soon">
+ <SidebarItem tooltipText="Comparison View - Coming Soon">
43
<button>
44
<FontAwesomeIcon icon={faColumns} />
45
</button>
46
</SidebarItem>
47
- <SidebarItem tooltipText="Alerts - Coming Soon">
+ {/* <SidebarItem tooltipText="Alerts - Coming Soon">
48
49
<FontAwesomeIcon icon={faBell} />
50
0 commit comments