Browse Source

chore(gui-v2): cover image in Sponsors.vue

pull/2722/head
braks 2 years ago
parent
commit
68cae516d4
  1. 6
      packages/nc-gui-v2/components/general/Sponsors.vue

6
packages/nc-gui-v2/components/general/Sponsors.vue

@ -28,3 +28,9 @@ const { nav = false } = defineProps<Props>()
</v-card-actions>
</v-card>
</template>
<style>
a img {
margin: 0 !important;
}
</style>

Loading…
Cancel
Save