diff --git a/public/images/cre-templates/templates/circuit-breaker.png b/public/images/cre-templates/templates/circuit-breaker.png new file mode 100644 index 00000000000..d52ca9e8582 Binary files /dev/null and b/public/images/cre-templates/templates/circuit-breaker.png differ diff --git a/public/images/cre-templates/templates/event-reactor.png b/public/images/cre-templates/templates/event-reactor.png new file mode 100644 index 00000000000..5fe15e8350f Binary files /dev/null and b/public/images/cre-templates/templates/event-reactor.png differ diff --git a/public/images/cre-templates/templates/keeper-bot.png b/public/images/cre-templates/templates/keeper-bot.png new file mode 100644 index 00000000000..10ac857371d Binary files /dev/null and b/public/images/cre-templates/templates/keeper-bot.png differ diff --git a/public/images/cre-templates/templates/prediction-market-creation.png b/public/images/cre-templates/templates/prediction-market-creation.png new file mode 100644 index 00000000000..c61013cccd2 Binary files /dev/null and b/public/images/cre-templates/templates/prediction-market-creation.png differ diff --git a/public/images/cre-templates/templates/prediction-market-dispute.png b/public/images/cre-templates/templates/prediction-market-dispute.png new file mode 100644 index 00000000000..4c2ea738ed1 Binary files /dev/null and b/public/images/cre-templates/templates/prediction-market-dispute.png differ diff --git a/public/images/cre-templates/templates/prediction-market-resolution.png b/public/images/cre-templates/templates/prediction-market-resolution.png new file mode 100644 index 00000000000..62c29c8ea84 Binary files /dev/null and b/public/images/cre-templates/templates/prediction-market-resolution.png differ diff --git a/public/images/cre-templates/templates/stablecoin-flow1.png b/public/images/cre-templates/templates/stablecoin-flow1.png new file mode 100644 index 00000000000..8b6c8a4d156 Binary files /dev/null and b/public/images/cre-templates/templates/stablecoin-flow1.png differ diff --git a/public/images/cre-templates/templates/stablecoin-flow2.png b/public/images/cre-templates/templates/stablecoin-flow2.png new file mode 100644 index 00000000000..7403d0e23e5 Binary files /dev/null and b/public/images/cre-templates/templates/stablecoin-flow2.png differ diff --git a/public/images/cre-templates/templates/tokenized-asset-flow.png b/public/images/cre-templates/templates/tokenized-asset-flow.png new file mode 100644 index 00000000000..10371e394d2 Binary files /dev/null and b/public/images/cre-templates/templates/tokenized-asset-flow.png differ diff --git a/public/images/cre-templates/templates/vault-harvester.png b/public/images/cre-templates/templates/vault-harvester.png new file mode 100644 index 00000000000..71329720fdf Binary files /dev/null and b/public/images/cre-templates/templates/vault-harvester.png differ diff --git a/src/components/CRETemplate/CRETemplateOverview.astro b/src/components/CRETemplate/CRETemplateOverview.astro index e8c509ba151..cd4f5a7db78 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 ---
{frontmatter.description}
- -