Skip to content

Commit

Permalink
website: remove vs code from navigation (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohab-sameh authored Oct 24, 2024
1 parent 49b5c91 commit 27748aa
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,6 @@ export default function PlatformButtonWithDropdown() {
Run
</div>
<DropdownMenu.Group className="flex flex-col border-b-[1px] border-b-border-light py-s dark:border-b-border-dark">
<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="https://go.codemod.com/cli-docs"
Expand Down

0 comments on commit 27748aa

Please sign in to comment.