Skip to content

chore(apps/frontend): remove VS Code Extension link from logo context menu #1488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions apps/frontend/components/global/Navigation/LogoWithContextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,17 +169,6 @@ export default function LogoWithContextMenu() {
<span>Automation Registry</span>
</a>
</DropdownMenu.Item>
<DropdownMenu.Item asChild>
<a
href="https://marketplace.visualstudio.com/items?itemName=codemod.codemod-vscode-extension"
target="_blank"
rel="noopener noreferrer"
className="body-s-medium flex items-center gap-xs rounded-[8px] p-xs font-medium text-primary-light focus:outline-none data-[highlighted]:bg-emphasis-light dark:text-primary-dark dark:data-[highlighted]:bg-emphasis-dark"
>
<Icon name="vscode" className="h-4 w-4" />
<span>VS Code Extension</span>
</a>
</DropdownMenu.Item>
<DropdownMenu.Item asChild>
<Link
href="/cli"
Expand Down
Loading