diff --git a/assets/src/helpers/navIcons.tsx b/assets/src/helpers/navIcons.tsx index 1a17d8d65..e9a35c185 100644 --- a/assets/src/helpers/navIcons.tsx +++ b/assets/src/helpers/navIcons.tsx @@ -5,23 +5,34 @@ export type NavIconProps = ComponentPropsWithoutRef<"svg"> export const DetourNavIcon = (props: NavIconProps) => ( + + )