We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3af31 commit ce88f9aCopy full SHA for ce88f9a
gui/src/components/BackgroundMode/AgentsList.tsx
@@ -1,4 +1,4 @@
1
-import { ArrowPathIcon, ArrowDownTrayIcon } from "@heroicons/react/24/outline";
+import { ArrowPathIcon, PlayIcon } from "@heroicons/react/24/outline";
2
import { useContext, useEffect, useState } from "react";
3
import { useAuth } from "../../context/Auth";
4
import { IdeMessengerContext } from "../../context/IdeMessenger";
@@ -233,7 +233,7 @@ export function AgentsList({ isCreatingAgent = false }: AgentsListProps) {
233
: "This agent is for a different repository. Open the correct workspace to take over this workflow."
234
}
235
>
236
- <ArrowDownTrayIcon className="h-4 w-4" />
+ <PlayIcon className="h-3 w-3" />
237
</Button>
238
</div>
239
0 commit comments