changed url paths

This commit is contained in:
Ollie Halliday
2022-12-13 13:51:17 +00:00
parent 3e4740b439
commit 0fd6dbc324
2 changed files with 6 additions and 6 deletions

View File

@@ -148,7 +148,7 @@ const NavigationMenuGuideList: React.FC<Props> = ({ currentLevel, id, setMenuLev
].join(' ')}
parent={subItem.parent}
>
{subItem.icon && <img src={`${subItem.icon}.svg`} className="w-3" />}
{subItem.icon && <img src={`${subItem.icon}`} className="w-3" />}
{subItem.name}
</LinkContainer>
{/* <Link href={`${subItem.url}`} passHref>