Studio: use Telescope02 icon in research composer

This commit is contained in:
alkinun 2026-07-22 17:57:45 +03:00
commit 4ad8e2fb23

View file

@ -2,7 +2,7 @@
// Copyright 2026-present the Unsloth AI Inc. team. All rights reserved. See /studio/LICENSE.AGPL-3.0
import { Button } from "@/components/ui/button";
import { Telescope01Icon } from "@hugeicons/core-free-icons";
import { Telescope02Icon } from "@hugeicons/core-free-icons";
import { HugeiconsIcon } from "@hugeicons/react";
import {
Dialog,
@ -154,7 +154,7 @@ export function DeepResearchComposerButton({
}}
className="composer-pill-glyph cursor-pointer"
>
<HugeiconsIcon icon={Telescope01Icon} className="size-[15px]" />
<HugeiconsIcon icon={Telescope02Icon} className="size-[15px]" />
<XIcon className="composer-pill-x" />
</span>
<span>Deep research</span>