Skip to content

Commit 9969c4b

Browse files
committed
rename
1 parent 4abeac3 commit 9969c4b

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

app/(playground)/p/[agentId]/beta-proto/components/icons/willis.tsx renamed to app/(playground)/p/[agentId]/beta-proto/components/icons/willi.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 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"

app/(playground)/p/[agentId]/beta-proto/giselle-node/components/panel/text-generator.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
} from "../../../components/dialog";
1313
import { PanelCloseIcon } from "../../../components/icons/panel-close";
1414
import { SpinnerIcon } from "../../../components/icons/spinner";
15-
import { WillisIcon } from "../../../components/icons/willis";
15+
import { WilliIcon } from "../../../components/icons/willi";
1616
import { Spinner } from "../../../components/spinner";
1717
import {
1818
type GiselleNode,
@@ -28,9 +28,9 @@ import { MarkdownRender } from "./markdown-render";
2828
function 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
}

app/(playground)/p/[agentId]/beta-proto/tool/components/toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { GlobeIcon } from "../../components/icons/globe";
1212
import { PromptIcon } from "../../components/icons/prompt";
1313
import { TextGenerationIcon } from "../../components/icons/text-generation";
1414
import { ToolIcon } from "../../components/icons/tool";
15-
import { WillisIcon } from "../../components/icons/willis";
15+
import { WilliIcon } from "../../components/icons/willi";
1616
import { ListItem } from "../../components/list-item";
1717
import {
1818
Popover,

app/(playground)/p/[agentId]/beta-proto/viewer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import bg from "./bg.png";
2-
import { WillisIcon } from "./components/icons/willis";
2+
import { WilliIcon } from "./components/icons/willi";
33
import { Header } from "./header";
44

55
export 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>

app/(playground)/p/[agentId]/beta-proto/web-search/panel.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import clsx from "clsx";
22
import type { FC } from "react";
33
import { PanelCloseIcon } from "../components/icons/panel-close";
4-
import { WillisIcon } from "../components/icons/willis";
4+
import { WilliIcon } from "../components/icons/willi";
55
import { ArchetypeIcon } from "../giselle-node/components/archetype-icon";
66
import { TabTrigger } from "../giselle-node/components/tabs";
77
import {
@@ -16,9 +16,9 @@ import { WebSearchBlock } from "./websearch-block";
1616
function 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
}

0 commit comments

Comments
 (0)