diff --git a/frontend/components/organisms/FeatureCards.vue b/frontend/components/organisms/FeatureCards.vue index d1826a17..67802c65 100644 --- a/frontend/components/organisms/FeatureCards.vue +++ b/frontend/components/organisms/FeatureCards.vue @@ -49,17 +49,17 @@ export default { { imageSrc: '/images/feature3.png', title: 'Team Collaboration', - text: 'Annotation with your team mates.' + text: 'Annotation with your team mates' }, { imageSrc: '/images/feature2.png', title: 'Any Language', - text: 'Annotation with any language.' + text: 'Annotation with any language' }, { imageSrc: '/images/feature1.png', title: 'Open Source', - text: 'Annotation with free and customizable.' + text: 'Annotation with free and customizable' } ] } diff --git a/frontend/components/organisms/TheHeader.vue b/frontend/components/organisms/TheHeader.vue index 82b60c3a..c64855d5 100644 --- a/frontend/components/organisms/TheHeader.vue +++ b/frontend/components/organisms/TheHeader.vue @@ -1,5 +1,9 @@