Skip to content

Commit

Permalink
Remove: UserMenu "Get Started" menu entry
Browse files Browse the repository at this point in the history
Fixes #4213
  • Loading branch information
rdig authored and jakubcolony committed Feb 7, 2025
1 parent ce7828b commit 6fa2772
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {
Cardholder,
CaretLeft,
CaretRight,
CirclesThreePlus,
List,
Plugs,
} from '@phosphor-icons/react';
Expand All @@ -19,7 +18,6 @@ import { formatText } from '~utils/intl.ts';
import { splitWalletAddress } from '~utils/splitWalletAddress.ts';
import ThemeSwitcher from '~v5/common/ThemeSwitcher/ThemeSwitcher.tsx';
import Button from '~v5/shared/Button/index.ts';
import Link from '~v5/shared/Link/index.ts';
import PopoverBase from '~v5/shared/PopoverBase/index.ts';
import TitleLabel from '~v5/shared/TitleLabel/index.ts';
import UserDetails from '~v5/shared/UserDetails/index.ts';
Expand Down Expand Up @@ -136,14 +134,6 @@ const UserMenu: FC<UserMenuProps> = ({
className="pb-2"
/>
<ul className="text-left">
<li className="-ml-4 mb-2 w-[calc(100%+2rem)] rounded hover:bg-gray-50 md:mb-0">
<Link to="/" className="navigation-link">
<CirclesThreePlus size={iconSize} />
<p className="ml-2">
{formatText({ id: 'userMenu.getStartedTitle' })}
</p>
</Link>
</li>
{filteredUserMenuItems.map(({ id, icon: Icon, name: itemName }) => (
<li
key={id}
Expand Down
1 change: 0 additions & 1 deletion src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,6 @@
"userInfo.colonyReputation.product": "Product",
"userInfo.top.contributor.in": "Top contributor in:",
"userMenu.optionsTitle": "options",
"userMenu.getStartedTitle": "Get started",
"userMenu.guidedToursTitle": "Guided tours",
"userMenu.contactAndSupportTitle": "Contact and support",
"userMenu.developersTitle": "Developers",
Expand Down

0 comments on commit 6fa2772

Please sign in to comment.