Skip to content

Commit e8d1ca3

Browse files
authored
remove VS Code Extension link from logo context menu (#1488)
1 parent c9d982e commit e8d1ca3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

apps/frontend/components/global/Navigation/LogoWithContextMenu.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -169,17 +169,6 @@ export default function LogoWithContextMenu() {
169169
<span>Automation Registry</span>
170170
</a>
171171
</DropdownMenu.Item>
172-
<DropdownMenu.Item asChild>
173-
<a
174-
href="https://marketplace.visualstudio.com/items?itemName=codemod.codemod-vscode-extension"
175-
target="_blank"
176-
rel="noopener noreferrer"
177-
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"
178-
>
179-
<Icon name="vscode" className="h-4 w-4" />
180-
<span>VS Code Extension</span>
181-
</a>
182-
</DropdownMenu.Item>
183172
<DropdownMenu.Item asChild>
184173
<Link
185174
href="/cli"

0 commit comments

Comments
 (0)