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 committed Jan 30, 2025
1 parent 9c1f3f1 commit 35a2397
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 @@ -3,7 +3,6 @@ import {
CaretDown,
CaretLeft,
CaretRight,
CirclesThreePlus,
List,
Plugs,
} from '@phosphor-icons/react';
Expand All @@ -20,7 +19,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 @@ -143,14 +141,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 sm: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 35a2397

Please sign in to comment.