Fix vectara resolution error (#1475)
* add new vectara icon * remove console.log
This commit is contained in:
parent
609744332d
commit
43b3b082a5
3 changed files with 162 additions and 1325 deletions
|
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue