fix: add stylings for list

This commit is contained in:
Christel Westerberg
2024-07-05 10:32:08 +02:00
parent 6184662caa
commit 17bc18ce2b
12 changed files with 167 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
import JsonToHtml from "@/components/JsonToHtml"
import { renderOptions as currentRenderOption } from "./../currentRenderOptions"
import { renderOptions as currentRenderOptions } from "./../currentRenderOptions"
import Breadcrumbs from "./Breadcrumbs"
import { renderOptions } from "./renderOptions"
@@ -28,7 +28,7 @@ export default function Preamble({
<JsonToHtml
embeds={preamble.text.embedded_itemsConnection.edges}
nodes={preamble.text.json.children}
renderOptions={{ ...currentRenderOption, ...renderOptions }}
renderOptions={{ ...currentRenderOptions, ...renderOptions }}
/>
) : null}
</section>