mirror of
https://github.com/supabase/supabase.git
synced 2026-06-05 20:32:43 +08:00
update tutorials
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user