Update extraSidebarComponent index.tsx

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-28 16:35:16 -03:00
commit af9e683133

View file

@ -282,7 +282,7 @@ export default function ExtraSidebar(): JSX.Element {
</div>
</div>
)}
{index === PRIORITY_SIDEBAR_ORDER.length - 1 && (
{index === PRIORITY_SIDEBAR_ORDER.length - 2 && (
<>
<a
target={"_blank"}
@ -306,9 +306,6 @@ export default function ExtraSidebar(): JSX.Element {
</div>
</div>
</a>
<div className="p-2 px-4 text-sm font-semibold" key={index}>
Legacy Components
</div>
</>
)}
<DisclosureComponent