fix(c-lib): hide component library shortcut link in non-dev

This commit is contained in:
Corentin Thomasset 2023-08-09 22:53:23 +02:00
parent 1a602365be
commit bac711f2de
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -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>