Skip to content

Commit

Permalink
write 'Euro' for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut committed Aug 2, 2023
1 parent fdd6642 commit 939d4d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const ExampleDetails: React.FC<PageProps<Queries.ExampleDetailsQuery>> = ({
title="Kosten / Mittelherkunft"
markdownHTML={example.funding.data.childMarkdownRemark.html}
>
{example.costs && <p>{example.costs} </p>}
{example.costs && <p>{example.costs} Euro</p>}
</CardText>
<CardText
title="Personeller Aufwand"
Expand Down

0 comments on commit 939d4d1

Please sign in to comment.