diff --git a/src/components/WikiEntry.astro b/src/components/WikiEntry.astro index 41d01ff..27487d1 100644 --- a/src/components/WikiEntry.astro +++ b/src/components/WikiEntry.astro @@ -4,19 +4,48 @@ import WikiPageEntry from "../types/WikiPageEntry"; const { entry } = Astro.props as { entry: WikiPageEntry }; ---
  • - {entry.title} + {entry.children.length > 0 && }{entry.title} {entry.children.length > 0 && ( -