Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Oct 10, 2024
1 parent 998afbf commit 9191f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Project.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="row q-pa-md justify-between flex flex-center">
<div class="col-4 justify-center">
<div class="text-h5 text-weight-bold">
"{{ name }}"
{{ name }}
<span>
<ProjectVisibility :visibility="visibility" :blindAnnotationMode="blindAnnotationMode"></ProjectVisibility>
</span>
Expand All @@ -21,7 +21,7 @@
{{ description }}
</div>
<div class="text-caption text-weight-medium" :class="$q.dark.isActive ? 'white' : 'grey-8'">
{{ $t('projectView.createdBy') }} "{{ admins[0] }}"
{{ $t('projectView.createdBy') }} {{ admins[0] }}
</div>
</div>
<div v-if="!$q.platform.is.mobile" class="col-4" style="display: flex; justify-content: flex-end">
Expand Down

0 comments on commit 9191f73

Please sign in to comment.