Skip to content

Commit eb8b716

Browse files
committed
style(prettier): run format:fix script
1 parent e62eec3 commit eb8b716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/www/src/app/(main)/_components/Header/NavItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ type Props = {
99
className?: string;
1010
href: string;
1111
children: React.ReactNode;
12-
}
12+
};
1313

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

0 commit comments

Comments
 (0)