Proxies
Test Post
Date Published
Testing the rich text features
this seems to work
1"use client";2import { SidebarMenuButton } from "@/components/ui/sidebar";3import Link from "next/link";4import { usePathname } from "next/navigation";5import { JSX } from "react";67interface SidebarLinkProps {8 label: string;9 url: string;10 icon: JSX.Element;11}1213export default function SidebarLink(props: SidebarLinkProps) {14 const pathname = usePathname();15 const isActive = props.url === pathname;1617 return (18 <SidebarMenuButton isActive={isActive} asChild>19 <Link href={props.url}>20 <div21 className={`[&>svg]:size-4 [&>svg]:shrink-0 ${isActive ? "text-primary " : ""}`}22 >23 {props.icon}24 </div>25 {props.label}26 </Link>27 </SidebarMenuButton>28 );29}30
hero
Link testing
Sign up now to try our awesome and cheap proxies

Proxies
Selenium is a powerful tool for automating web browsers. But when it comes to scraping your IP address can quickly become a limiting factor