diff --git a/src/components/FeaturesGeneral.astro b/src/components/FeaturesGeneral.astro index 05e2cf3..02dd9c1 100644 --- a/src/components/FeaturesGeneral.astro +++ b/src/components/FeaturesGeneral.astro @@ -52,7 +52,7 @@ const subTitle: string =

- {paragraph} + {content}

diff --git a/src/components/ui/blocks/TabNav.astro b/src/components/ui/blocks/TabNav.astro index 0469076..8f8cfa4 100644 --- a/src/components/ui/blocks/TabNav.astro +++ b/src/components/ui/blocks/TabNav.astro @@ -1,12 +1,12 @@ --- -const { aria, dataTab, id, heading, paragraph, first } = Astro.props; +const { aria, dataTab, id, heading, content, first } = Astro.props; interface Props { dataTab: string; id: string; aria: string; heading?: string; - paragraph?: string; + content?: string; first?: boolean; } @@ -22,7 +22,7 @@ Example: