Skip to content

Commit

Permalink
fix: replace impact report spotlight with just one word spotlight (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
pghorpade authored Nov 8, 2024
1 parent 66a145e commit febe562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-components/Flexible/BannerFeatured.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const parsedCategory = computed(() => {
break
case contentType.includes('impactReportStory'):
category = 'Impact Report Spotlight'
category = 'Spotlight'
break
case contentType.includes('meapProject'):
Expand Down

1 comment on commit febe562

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.