mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-03 06:12:14 +08:00
fix: fix untitled links
This commit is contained in:
@@ -261,8 +261,12 @@ function CrawlToolCall({ toolCall }: { toolCall: ToolCallRuntime }) {
|
||||
}}
|
||||
>
|
||||
<FavIcon className="mt-1" url={url} title={title} />
|
||||
<a href={url} target="_blank">
|
||||
{title}
|
||||
<a
|
||||
className="h-full flex-grow overflow-hidden text-ellipsis whitespace-nowrap"
|
||||
href={url}
|
||||
target="_blank"
|
||||
>
|
||||
{title ?? url}
|
||||
</a>
|
||||
</motion.li>
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user