moved all the reference pages

This commit is contained in:
Jonathan Summers-Muir
2022-12-02 17:57:55 +08:00
parent e197588887
commit 53370ee5cb
24 changed files with 173 additions and 264 deletions

View File

@@ -43,7 +43,7 @@ const NavigationMenuRefList = ({ currentLevel, setLevel, id }) => {
}) => {
return (
<li key={id}>
<Link href={`/new/reference/${library}/${id}`} passHref>
<Link href={`/reference/${library}/${id}`} passHref>
<a className="cursor-pointer transition text-scale-1000 text-sm hover:text-brand-900 flex gap-3">
{icon && <img className="w-3" src={`${router.basePath}${icon}`} />}
{title}