Skip to content

Commit

Permalink
Release 2023-08-02 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut authored Aug 2, 2023
2 parents 30d586f + 939d4d1 commit f7909e4
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 f7909e4

Please sign in to comment.