From 939d4d1f7ce116f1843bf76e5741ab26785be86a Mon Sep 17 00:00:00 2001 From: JohannaPeanut <76495099+JohannaPeanut@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:21:44 +0200 Subject: [PATCH] write 'Euro' for consistency --- .../{strapiExample.measure__slug}/{strapiExample.slug}.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

}