diff --git a/src/components/CRETemplate/CRETemplateOverview.astro b/src/components/CRETemplate/CRETemplateOverview.astro index e8c509ba151..7de67e1fa3a 100644 --- a/src/components/CRETemplate/CRETemplateOverview.astro +++ b/src/components/CRETemplate/CRETemplateOverview.astro @@ -3,9 +3,8 @@ import { CRETemplatesFrontmatter } from "~/content.config.ts" interface Props { frontmatter: CRETemplatesFrontmatter - templateSlug: string } -const { frontmatter, templateSlug } = Astro.props +const { frontmatter } = Astro.props ---
@@ -28,38 +27,78 @@ const { frontmatter, templateSlug } = Astro.props

{frontmatter.description}

- - + ) : ( +
+ + + - + View on GitHub +
-
- - - -
- - - - - View on GitHub - -
+ ) + }