Skip to content

Commit

Permalink
Merge pull request #4255 from broadinstitute/feature-updates-old2
Browse files Browse the repository at this point in the history
remove NEW from feature updates
  • Loading branch information
jklugherz authored Jul 23, 2024
2 parents 9bd1eca + f6c0e02 commit 26c331a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/shared/components/page/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const PageHeader = React.memo(({ user, googleLoginEnabled, onSubmit }) => (
<Menu.Item key="awesomebar" fitted="vertically"><AwesomeBar newWindow inputwidth="350px" /></Menu.Item>,
] : null }
<Menu.Item key="spacer" position="right" />
<Menu.Item key="feature_updates" as={Link} to={FEATURE_UPDATES_PATH} content="Feature Updates (NEW)" />
<Menu.Item key="feature_updates" as={Link} to={FEATURE_UPDATES_PATH} content="Feature Updates" />
{Object.keys(user).length ? [
<Dropdown
item
Expand Down

0 comments on commit 26c331a

Please sign in to comment.