Skip to content

Commit 69cc702

Browse files
committed
Undo change to app. Trigger CI flow
1 parent 51b6997 commit 69cc702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/polycentric/src/common/components/layout/nav

apps/polycentric/src/common/components/layout/nav/NavItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function NavItem({ href, icon, label, ...props }: NavItemProps) {
3737
}
3838
}, [isActive]);
3939

40-
// Wrap the icon that is provided.
40+
// Wrap the icon that is provided
4141
const renderIcon = (iconNode?: ReactNode): ReactNode => {
4242
if (!iconNode) return null;
4343

0 commit comments

Comments
 (0)