Browse Source

fix: remove ~/public from v2 changes

pull/3331/head
Wing-Kam Wong 2 years ago
parent
commit
f046e8ce7c
  1. 2
      packages/nc-gui/components/ProjectTreeView.vue
  2. 2
      packages/nc-gui/pages/nc/base/_shared_base_id.vue

2
packages/nc-gui/components/ProjectTreeView.vue

@ -2,7 +2,7 @@
<div style="height: 100%" class="nc-tree-view" @mouseenter="onMiniHoverEnter" @mouseleave="onMiniHoverLeave">
<!-- :expand-on-hover="mini"-->
<div class="primary nc-project-title theme--dark" :class="{ shared: sharedBase }">
<img v-if="sharedBase" src="~/public/favicon-32.png" height="18" class="ml-2" />
<img v-if="sharedBase" src="favicon-32.png" height="18" class="ml-2" />
<h3 v-if="sharedBase" class="nc-project-title white--text text-capitalize">
{{ $store.getters['project/GtrProjectName'] }}
</h3>

2
packages/nc-gui/pages/nc/base/_shared_base_id.vue

@ -29,7 +29,7 @@
<div class="nc-embedded-options d-flex align-center px-3">
<v-spacer />
<a href="https://github.com/nocodb/nocodb" target="_blank" class="d-inline-flex align-center caption">
<img src="~/public/favicon-32.png" height="15" class="mr-2" />
<img src="favicon-32.png" height="15" class="mr-2" />
<span>Built with </span> &nbsp; <span class=""><span class="font-weight-bold"> NocoDB</span> </span></a
>
<span v-if="embed" class="caption pointer ml-4" @click="showLargerVersion"

Loading…
Cancel
Save