diff --git a/front/src/views/orriBasikoa/_components/EdukiLibrea.astro b/front/src/views/orriBasikoa/_components/EdukiLibrea.astro index 824c4db..6b035f5 100644 --- a/front/src/views/orriBasikoa/_components/EdukiLibrea.astro +++ b/front/src/views/orriBasikoa/_components/EdukiLibrea.astro @@ -10,14 +10,30 @@ interface Props { const { paragraph } = Astro.props; --- -{ - paragraph.type === "ComponentParagraphIrudia" && ( - - ) -} +
+ { + paragraph.type === "ComponentParagraphIrudia" && ( + + ) + } -{ - paragraph.type === "ComponentParagraphTestua" && ( - - ) -} + { + paragraph.type === "ComponentParagraphTestua" && ( + + ) + } +
+ +