Browse Source

feat: Manrope font integrated

pull/6455/head
Muhammed Mustafa 1 year ago
parent
commit
40fb5f642d
  1. 2
      packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue

2
packages/nc-gui/components/dashboard/Sidebar/UserInfo.vue

@ -106,7 +106,7 @@ onMounted(() => {
</a> </a>
<a href="https://twitter.com/nocodb" target="_blank" class="!underline-transparent"> <a href="https://twitter.com/nocodb" target="_blank" class="!underline-transparent">
<NcMenuItem class="social-icon-wrapper group"> <NcMenuItem class="social-icon-wrapper group">
<GeneralIcon class="text-gray-500 group-hover:text-gray-800" icon="twitter" /> <GeneralIcon class="text-gray-500 group-hover:text-gray-800 my-0.5" icon="twitter" />
<span class="menu-btn"> Twitter </span> <span class="menu-btn"> Twitter </span>
</NcMenuItem> </NcMenuItem>
</a> </a>

Loading…
Cancel
Save