Skip to content

Commit ce88f9a

Browse files
fix: icon
1 parent 3f3af31 commit ce88f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gui/src/components/BackgroundMode/AgentsList.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ArrowPathIcon, ArrowDownTrayIcon } from "@heroicons/react/24/outline";
1+
import { ArrowPathIcon, PlayIcon } from "@heroicons/react/24/outline";
22
import { useContext, useEffect, useState } from "react";
33
import { useAuth } from "../../context/Auth";
44
import { IdeMessengerContext } from "../../context/IdeMessenger";
@@ -233,7 +233,7 @@ export function AgentsList({ isCreatingAgent = false }: AgentsListProps) {
233233
: "This agent is for a different repository. Open the correct workspace to take over this workflow."
234234
}
235235
>
236-
<ArrowDownTrayIcon className="h-4 w-4" />
236+
<PlayIcon className="h-3 w-3" />
237237
</Button>
238238
</div>
239239
</div>

0 commit comments

Comments
 (0)