diff --git a/src/pages/wissensspeicher/{strapiExample.measure__topic__name}/{strapiExample.measure__slug}/{strapiExample.slug}.tsx b/src/pages/wissensspeicher/{strapiExample.measure__topic__name}/{strapiExample.measure__slug}/{strapiExample.slug}.tsx index 4829cbc..291c83d 100644 --- a/src/pages/wissensspeicher/{strapiExample.measure__topic__name}/{strapiExample.measure__slug}/{strapiExample.slug}.tsx +++ b/src/pages/wissensspeicher/{strapiExample.measure__topic__name}/{strapiExample.measure__slug}/{strapiExample.slug}.tsx @@ -198,7 +198,7 @@ const ExampleDetails: React.FC> = ({ title="Kosten / Mittelherkunft" markdownHTML={example.funding.data.childMarkdownRemark.html} > - {example.costs &&

{example.costs} €

} + {example.costs &&

{example.costs} Euro

}