Skip to content

Commit

Permalink
titles updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pouliens committed Jul 10, 2024
1 parent 478e01b commit b95edc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/case-studies.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const caseStudies = (await getCollection("case-studies")).sort(
<main class="wrapper stack gap-8">
<Hero
title="Case Studies"
tagline="Examples of co-design in creating environmental data products."
tagline="Examples of co-design in creating environmental data products"
align="center"
/>
<Grid>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/toolkit.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const toolkitTools = (await getCollection("toolkit")).sort(
<main class="wrapper stack gap-8">
<Hero
title="Toolkit"
tagline="Methods and tools categorised by common challenges in product and service development."
tagline="Tools for common challenges in environmental data product design"
align="center"
/>

Expand Down

0 comments on commit b95edc3

Please sign in to comment.