Skip to content

Commit

Permalink
Accept NavLink reversion
Browse files Browse the repository at this point in the history
Co-authored-by: jackcasstlesjones <[email protected]>
  • Loading branch information
JasonWarrenUK and jackcasstlesjones authored Dec 10, 2024
1 parent af8ce90 commit 03f96c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/shared/NavLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ interface NavLinkProps {
Icon?: React.ComponentType<{ className?: string }>;
destination: string;
isToolkit?: boolean;
onClick?: (e: React.MouseEvent) => void;
}

export default function NavLink({
Expand Down

0 comments on commit 03f96c6

Please sign in to comment.