Browse Source

chore(gui-v2): replace vuetify style

pull/3287/head
braks 2 years ago
parent
commit
725a8989f0
  1. 2
      packages/nc-gui-v2/components/general/HelpAndSupport.vue

2
packages/nc-gui-v2/components/general/HelpAndSupport.vue

@ -41,7 +41,7 @@ const openSwaggerLink = () => {
<a-list-item v-if="project">
<nuxt-link
v-t="['e:docs']"
class="text-primary !no-underline !text-current py-4 font-weight-medium"
class="!no-underline !text-current py-4 font-semibold"
target="_blank"
@click="openSwaggerLink"
>

Loading…
Cancel
Save