Add empty AST cache file for version 0.8.44 with non-object root data
This commit is contained in:
@@ -20,13 +20,7 @@ function Link() {
|
||||
<a href={`#${item.link}`} className="mx-auto">
|
||||
<Button
|
||||
onClick={() => setActiveId(idx)}
|
||||
className={`!text-[16px] md:!text-[18px] lg:!text-[20px] !text-center !font-bold !p-1
|
||||
${
|
||||
activeId === idx
|
||||
? "!text-[#F17732]"
|
||||
: "!text-[#525252]"
|
||||
}
|
||||
`}
|
||||
className={`!text-[16px] md:!text-[18px] lg:!text-[20px] !text-center !font-bold !p-1 ${ activeId === idx ? "!text-[#F17732]" : "!text-[#525252]" } `}
|
||||
variant="text"
|
||||
>
|
||||
{item.name}
|
||||
@@ -34,8 +28,7 @@ function Link() {
|
||||
</a>
|
||||
{listLink.length > idx + 1 && (
|
||||
<span
|
||||
className="block border-transparent border-l border-dotted border-l-[#BABABA] w-px h-[38px] lg:mx-[44px] xl:mx-[56px]
|
||||
absolute left-0 lg:relative"
|
||||
className="block border-transparent border-l border-dotted border-l-[#BABABA] w-px h-[38px] lg:mx-[44px] xl:mx-[56px] absolute left-0 lg:relative"
|
||||
></span>
|
||||
)}
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user