diff --git a/src/components/DetailsList.astro b/src/components/DetailsList.astro index 2cc9de7..ade9d59 100644 --- a/src/components/DetailsList.astro +++ b/src/components/DetailsList.astro @@ -21,10 +21,12 @@ const Heading = `h${headingLevel}`; { items.map((item) => (
- {item.meta &&

} - - - +

+ {item.meta &&

} + + + +

{item.description && (