diff --git a/src/components/CaseStudiesPreview.astro b/src/components/CaseStudiesPreview.astro index acebcc9..6ae192d 100644 --- a/src/components/CaseStudiesPreview.astro +++ b/src/components/CaseStudiesPreview.astro @@ -19,7 +19,7 @@ const { data, slug } = Astro.props.project; { data.featured && ( - featured + Featured ) } diff --git a/src/components/LatestCaseStudies.astro b/src/components/LatestCaseStudies.astro index 7d499e6..e34e37d 100644 --- a/src/components/LatestCaseStudies.astro +++ b/src/components/LatestCaseStudies.astro @@ -36,7 +36,7 @@ const latestCaseStudies = (await getCollection("case-studies")) /> {caseStudy.data.featured && ( - featured + Featured )} diff --git a/src/components/LatestTools.astro b/src/components/LatestTools.astro index 69bb656..8e5905f 100644 --- a/src/components/LatestTools.astro +++ b/src/components/LatestTools.astro @@ -34,6 +34,11 @@ const latestTools = (await getCollection("toolkit")) src={latestTool.data.img} alt="Image Description" /> + {latestTool.data.featured && ( + + Featured + + )}