From 10a715f62c6f8d59615a5f47f90cc28fd66fdd63 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Tue, 22 Oct 2019 20:16:47 +0900 Subject: [PATCH] Use common header in all layouts --- .../components/organisms/FeatureCards.vue | 6 +- frontend/components/organisms/TheHeader.vue | 6 +- frontend/layouts/annotation.vue | 40 ++++++------ frontend/layouts/demo.vue | 13 ++-- frontend/layouts/project.vue | 64 +++++++++---------- frontend/layouts/projects.vue | 37 ++++++----- 6 files changed, 82 insertions(+), 84 deletions(-) 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 @@