Skip to content

Commit

Permalink
remove-VSCE-from-the-navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbit-codemod committed Oct 23, 2024
1 parent c18c6bd commit df4b2d2
Showing 1 changed file with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,7 @@ export default function PlatformButtonWithDropdown() {
<div className="body-s-medium pt-s font-medium text-secondary-light dark:text-secondary-dark">
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.Group className="flex flex-col border-b-[1px] border-b-border-light py-s dark:border-b-border-dark">
<DropdownMenu.Item asChild>
<Link
href="https://go.codemod.com/cli-docs"
Expand Down

0 comments on commit df4b2d2

Please sign in to comment.