diff --git a/src/app/[locale]/kodukord/page.tsx b/src/app/[locale]/kodukord/page.tsx index 45ac2e0..e05517c 100644 --- a/src/app/[locale]/kodukord/page.tsx +++ b/src/app/[locale]/kodukord/page.tsx @@ -57,7 +57,8 @@ export default async function Page({ return (

{props.children}

@@ -81,12 +82,12 @@ export default async function Page({ ), p: (props) => ( -

+

{props.children}

), li: (props) => ( -
  • +
  • {props.children}
  • ),