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 11import type { FC , SVGProps } from "react" ;
22
3- export const WillisIcon : FC < SVGProps < SVGSVGElement > > = ( props ) => (
3+ export const WilliIcon : FC < SVGProps < SVGSVGElement > > = ( props ) => (
44 < svg
55 width = "16"
66 height = "16"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
1212} from "../../../components/dialog" ;
1313import { PanelCloseIcon } from "../../../components/icons/panel-close" ;
1414import { SpinnerIcon } from "../../../components/icons/spinner" ;
15- import { WillisIcon } from "../../../components/icons/willis " ;
15+ import { WilliIcon } from "../../../components/icons/willi " ;
1616import { Spinner } from "../../../components/spinner" ;
1717import {
1818 type GiselleNode ,
@@ -28,9 +28,9 @@ import { MarkdownRender } from "./markdown-render";
2828function PopPopWillis ( ) {
2929 return (
3030 < 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]" />
3434 </ div >
3535 ) ;
3636}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { GlobeIcon } from "../../components/icons/globe";
1212import { PromptIcon } from "../../components/icons/prompt" ;
1313import { TextGenerationIcon } from "../../components/icons/text-generation" ;
1414import { ToolIcon } from "../../components/icons/tool" ;
15- import { WillisIcon } from "../../components/icons/willis " ;
15+ import { WilliIcon } from "../../components/icons/willi " ;
1616import { ListItem } from "../../components/list-item" ;
1717import {
1818 Popover ,
Original file line number Diff line number Diff line change 11import bg from "./bg.png" ;
2- import { WillisIcon } from "./components/icons/willis " ;
2+ import { WilliIcon } from "./components/icons/willi " ;
33import { Header } from "./header" ;
44
55export function Viewer ( ) {
@@ -20,7 +20,7 @@ export function Viewer() {
2020 </ div >
2121 < div className = "flex-1 w-full flex items-center justify-center" >
2222 < 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]" />
2424 < p className = "font-[800] text-black-30" >
2525 This has not yet been executed
2626 </ p >
Original file line number Diff line number Diff line change 11import clsx from "clsx" ;
22import type { FC } from "react" ;
33import { PanelCloseIcon } from "../components/icons/panel-close" ;
4- import { WillisIcon } from "../components/icons/willis " ;
4+ import { WilliIcon } from "../components/icons/willi " ;
55import { ArchetypeIcon } from "../giselle-node/components/archetype-icon" ;
66import { TabTrigger } from "../giselle-node/components/tabs" ;
77import {
@@ -16,9 +16,9 @@ import { WebSearchBlock } from "./websearch-block";
1616function PopPopWillis ( ) {
1717 return (
1818 < 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]" />
2222 </ div >
2323 ) ;
2424}
You can’t perform that action at this time.
0 commit comments