Fix vectara resolution error (#1475)

* add new vectara icon

* remove console.log
This commit is contained in:
Cristhian Zanforlin Lousa 2024-02-28 10:01:09 -03:00 committed by GitHub
commit 43b3b082a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 162 additions and 1325 deletions

View file

@ -186,7 +186,7 @@ export default function GenericNode({
<div
className={
"generic-node-title-arrangement rounded-full" +
(!showNode && "justify-center")
(!showNode && " justify-center ")
}
>
{iconNodeRender()}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 406 KiB

Before After
Before After