mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 22:26:51 +00:00
fix(nc-gui): change create base icon
This commit is contained in:
@@ -418,7 +418,11 @@ watch([searchInputRef, showProjectList], () => {
|
||||
data-testid="nc-sidebar-create-base-btn"
|
||||
>
|
||||
<div class="flex items-center gap-2">
|
||||
<GeneralIcon icon="plus" />
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect width="16" height="16" rx="8" fill="#D6E0FF" />
|
||||
<path d="M8 4V12" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" />
|
||||
<path d="M4 8H12" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
|
||||
<div class="flex">{{ $t('title.createBase') }}</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user