nextui/apps/docs/utils/links.ts
2023-05-05 20:27:14 -03:00

2 lines
99 B
TypeScript

export const isActive = (pathname: string, href: string) => pathname && pathname.startsWith(href);