change heading order

This commit is contained in:
Johannes Kirschbauer 2024-01-03 22:01:19 +01:00 committed by Johannes Kirschbauer
parent ed7db6f20e
commit 10e1bd820a

View File

@ -169,7 +169,7 @@ export default async function Page(props: { params: { path: string[] } }) {
idx === all.length - 1 ? (
<>
<meta key={idx} data-pagefind-meta={`name:${attr}`} />
<Box component="h1" sx={{ display: "none" }}>
<Box component="h3" sx={{ display: "none" }}>
{attr}
</Box>
</>