update tutorials

This commit is contained in:
Jonathan Summers-Muir
2022-11-15 18:37:09 +08:00
parent 4c8c434983
commit 03169117ed
2 changed files with 96 additions and 15 deletions

View File

@@ -83,8 +83,9 @@ const NavigationMenuGuideList = ({ currentLevel, setLevel, tempBasePath, id }) =
onClick={() => {
router.push(`/${tempBasePath}${x.href}`)
}}
className="cursor-pointer transition text-scale-1000 text-sm hover:text-brand-900"
className="cursor-pointer transition text-scale-1000 text-sm hover:text-brand-900 flex gap-3"
>
{x.icon && <img className="w-3" src={`${router.basePath}${x.icon}`} />}
{x.name}
</a>
</li>