Skip to content

Commit

Permalink
style(prettier): run format:fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
codingcodax committed Jul 19, 2024
1 parent e62eec3 commit eb8b716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/app/(main)/_components/Header/NavItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type Props = {
className?: string;
href: string;
children: React.ReactNode;
}
};

export const NavItem = ({ className, href, children }: Props) => {
const pathname = usePathname();
Expand Down

0 comments on commit eb8b716

Please sign in to comment.