File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
app/(playground)/p/[agentId]/beta-proto
giselle-node/components/panel Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
import type { FC , SVGProps } from "react" ;
2
2
3
- export const WillisIcon : FC < SVGProps < SVGSVGElement > > = ( props ) => (
3
+ export const WilliIcon : FC < SVGProps < SVGSVGElement > > = ( props ) => (
4
4
< svg
5
5
width = "16"
6
6
height = "16"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
} from "../../../components/dialog" ;
13
13
import { PanelCloseIcon } from "../../../components/icons/panel-close" ;
14
14
import { SpinnerIcon } from "../../../components/icons/spinner" ;
15
- import { WillisIcon } from "../../../components/icons/willis " ;
15
+ import { WilliIcon } from "../../../components/icons/willi " ;
16
16
import { Spinner } from "../../../components/spinner" ;
17
17
import {
18
18
type GiselleNode ,
@@ -28,9 +28,9 @@ import { MarkdownRender } from "./markdown-render";
28
28
function PopPopWillis ( ) {
29
29
return (
30
30
< div className = "flex gap-[16px]" >
31
- < WillisIcon className = "w-[24px] h-[24px] fill-black-40 animate-[pop-pop_2.1s_steps(1)_infinite]" />
32
- < WillisIcon className = "w-[24px] h-[24px] fill-black-40 animate-[pop-pop_2.1s_steps(1)_0.7s_infinite]" />
33
- < WillisIcon className = "w-[24px] h-[24px] fill-black-40 animate-[pop-pop_2.1s_steps(1)_1.4s_infinite]" />
31
+ < WilliIcon className = "w-[24px] h-[24px] fill-black-40 animate-[pop-pop_2.1s_steps(1)_infinite]" />
32
+ < WilliIcon className = "w-[24px] h-[24px] fill-black-40 animate-[pop-pop_2.1s_steps(1)_0.7s_infinite]" />
33
+ < WilliIcon className = "w-[24px] h-[24px] fill-black-40 animate-[pop-pop_2.1s_steps(1)_1.4s_infinite]" />
34
34
</ div >
35
35
) ;
36
36
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { GlobeIcon } from "../../components/icons/globe";
12
12
import { PromptIcon } from "../../components/icons/prompt" ;
13
13
import { TextGenerationIcon } from "../../components/icons/text-generation" ;
14
14
import { ToolIcon } from "../../components/icons/tool" ;
15
- import { WillisIcon } from "../../components/icons/willis " ;
15
+ import { WilliIcon } from "../../components/icons/willi " ;
16
16
import { ListItem } from "../../components/list-item" ;
17
17
import {
18
18
Popover ,
Original file line number Diff line number Diff line change 1
1
import bg from "./bg.png" ;
2
- import { WillisIcon } from "./components/icons/willis " ;
2
+ import { WilliIcon } from "./components/icons/willi " ;
3
3
import { Header } from "./header" ;
4
4
5
5
export function Viewer ( ) {
@@ -20,7 +20,7 @@ export function Viewer() {
20
20
</ div >
21
21
< div className = "flex-1 w-full flex items-center justify-center" >
22
22
< div className = "flex flex-col items-center gap-[8px]" >
23
- < WillisIcon className = "fill-black-70 w-[32px] h-[32px]" />
23
+ < WilliIcon className = "fill-black-70 w-[32px] h-[32px]" />
24
24
< p className = "font-[800] text-black-30" >
25
25
This has not yet been executed
26
26
</ p >
Original file line number Diff line number Diff line change 1
1
import clsx from "clsx" ;
2
2
import type { FC } from "react" ;
3
3
import { PanelCloseIcon } from "../components/icons/panel-close" ;
4
- import { WillisIcon } from "../components/icons/willis " ;
4
+ import { WilliIcon } from "../components/icons/willi " ;
5
5
import { ArchetypeIcon } from "../giselle-node/components/archetype-icon" ;
6
6
import { TabTrigger } from "../giselle-node/components/tabs" ;
7
7
import {
@@ -16,9 +16,9 @@ import { WebSearchBlock } from "./websearch-block";
16
16
function PopPopWillis ( ) {
17
17
return (
18
18
< div className = "flex gap-[16px]" >
19
- < WillisIcon className = "w-[24px] h-[24px] fill-black-40 animate-[pop-pop_2.1s_steps(1)_infinite]" />
20
- < WillisIcon className = "w-[24px] h-[24px] fill-black-40 animate-[pop-pop_2.1s_steps(1)_0.7s_infinite]" />
21
- < WillisIcon className = "w-[24px] h-[24px] fill-black-40 animate-[pop-pop_2.1s_steps(1)_1.4s_infinite]" />
19
+ < WilliIcon className = "w-[24px] h-[24px] fill-black-40 animate-[pop-pop_2.1s_steps(1)_infinite]" />
20
+ < WilliIcon className = "w-[24px] h-[24px] fill-black-40 animate-[pop-pop_2.1s_steps(1)_0.7s_infinite]" />
21
+ < WilliIcon className = "w-[24px] h-[24px] fill-black-40 animate-[pop-pop_2.1s_steps(1)_1.4s_infinite]" />
22
22
</ div >
23
23
) ;
24
24
}
You can’t perform that action at this time.
0 commit comments