Skip to content

Commit

Permalink
minor ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Aug 27, 2024
1 parent 1ccfee7 commit 4b7129c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/UserSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
size="sm"
color="primary"
icon="question_mark"
href="https://arborator.github.io/arborator-documentation/#/?id=collaborating-in-projects"
href="https://arborator.github.io/arborator-documentation/#/collaborating"
target="_blank"
>
<q-tooltip content-class="text-white bg-primary"> Assistance </q-tooltip>
Expand Down
2 changes: 1 addition & 1 deletion src/components/project/UploadDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<q-bar class="bg-primary text-white">
<q-space />
<q-btn v-close-popup="10" dense flat icon="close" @click="closeDialog()">
<q-tooltip content-class="bg-white text-primary">{{ $t('projectView.tooltipWindows[2]') }}</q-tooltip>
<q-tooltip content-class="bg-white text-primary">close</q-tooltip>
</q-btn>
</q-bar>
<q-card-section class="q-gutter-y-md">
Expand Down

0 comments on commit 4b7129c

Please sign in to comment.