Browse Source

fix/fixed icons size of hiring button in ApiSnippet

pull/3035/head
Muhammed Mustafa 2 years ago
parent
commit
4fd3ef723e
  1. 2
      packages/nc-gui-v2/components/smartsheet/sidebar/menu/ApiSnippet.vue

2
packages/nc-gui-v2/components/smartsheet/sidebar/menu/ApiSnippet.vue

@ -166,7 +166,7 @@ const afterVisibleChange = (visible: boolean) => {
<div class="absolute bottom-4 flex flex-row justify-center w-[95%]">
<a
v-t="['e:hiring']"
class="px-4 py-3 ! rounded shadow"
class="px-4 py-2 ! rounded shadow"
href="https://angel.co/company/nocodb"
target="_blank"
@click.stop

Loading…
Cancel
Save