mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 06:55:06 -04:00
fix(c-lib): hide component library shortcut link in non-dev (#557)
This commit is contained in:
parent
e5d0ba7073
commit
56d74d07a8
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ const tools = computed<ToolCategory[]>(() => [
|
||||||
Home
|
Home
|
||||||
</n-tooltip>
|
</n-tooltip>
|
||||||
|
|
||||||
<c-button to="/c-lib" circle variant="text" aria-label="UI Lib">
|
<c-button v-if="config.app.env === 'development'" to="/c-lib" circle variant="text" aria-label="UI Lib">
|
||||||
<icon-mdi:brush-variant text-20px />
|
<icon-mdi:brush-variant text-20px />
|
||||||
</c-button>
|
</c-button>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue