diff --git a/src/components/ProjectMoreInfo.vue b/src/components/ProjectMoreInfo.vue index d9b75d9..822ea66 100644 --- a/src/components/ProjectMoreInfo.vue +++ b/src/components/ProjectMoreInfo.vue @@ -55,7 +55,7 @@ export default defineComponent({
{{ project.progress }} % {{ $t('projectsView.by') }} {{ project.contributorCount }} {{ $t('projectsView.contributor', project.contributorCount) }} - + diff --git a/src/views/ProjectsView.vue b/src/views/ProjectsView.vue index f4d67ad..aff2adb 100644 --- a/src/views/ProjectsView.vue +++ b/src/views/ProjectsView.vue @@ -229,7 +229,7 @@ export default defineComponent({ {{ project.progress }} % {{ $t('projectsView.by') }} {{ project.contributorCount }} {{ $t('projectsView.contributor', project.contributorCount) }} - +