Add empty AST cache file for version 0.8.44 with non-object root data
This commit is contained in:
@@ -8,10 +8,7 @@ function Row({ name }) {
|
||||
<li key={nav.id}>
|
||||
<Link
|
||||
href={nav.link}
|
||||
className={`
|
||||
${nav.link === name ? "!text-[#526CAC]" : "text-[#525252]"}
|
||||
text-[16px] font-medium
|
||||
`}
|
||||
className={` ${nav.link === name ? "!text-[#526CAC]" : "text-[#525252]"} text-[16px] font-medium `}
|
||||
>
|
||||
{nav.name}
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user