Skip to content

Commit

Permalink
Re-enable temporarily disabled features (#1950)
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech authored Nov 13, 2024
1 parent 1eb7fc7 commit 71b65a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/components/Layout/NavBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const NavBar = ({ navbarOpen, setNavbarOpen }) => {
Feedback
</NavLink>
</li>
<li className={classes.linkBlock} style={{ display: "none" }}>
<li className={classes.linkBlock}>
<NavLink
className={classes.link}
to="/submit"
Expand Down
2 changes: 0 additions & 2 deletions client/src/components/Projects/ProjectContextMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ const ProjectContextMenu = ({
<li
className={classes.listItem}
onClick={() => handleClick(handleShareSnapshotModalOpen)}
// Temporarily hide the button until we get related features working.
style={{ display: "none" }}
>
<MdOutlineIosShare
className={classes.listItemIcon}
Expand Down

0 comments on commit 71b65a7

Please sign in to comment.