mirror of https://github.com/kortix-ai/suna.git
chore(dev): ux improvements
This commit is contained in:
parent
eb37fceacd
commit
6fc03aba04
|
@ -167,7 +167,7 @@ export const ModelSelector: React.FC<ModelSelectorProps> = ({
|
|||
<div className='w-full'>
|
||||
<DropdownMenuItem
|
||||
className={cn(
|
||||
"text-sm px-3 py-2 flex items-center justify-between cursor-pointer",
|
||||
"text-sm px-3 py-1 flex items-center justify-between cursor-pointer",
|
||||
isHighlighted && "bg-accent",
|
||||
!accessible && "opacity-70"
|
||||
)}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
import React, { useState, useEffect } from 'react';
|
||||
import {
|
||||
Search,
|
||||
CircleDashed,
|
||||
CheckCircle,
|
||||
AlertTriangle,
|
||||
ExternalLink,
|
||||
|
@ -277,7 +276,7 @@ export function WebSearchToolView({
|
|||
{result.title}
|
||||
</a>
|
||||
<div className="text-xs text-zinc-500 dark:text-zinc-400 mb-2 flex items-center">
|
||||
<Globe className="h-3 w-3 mr-1.5 opacity-70" />
|
||||
<Globe className="h-3 w-3 mr-1.5 flex-shrink-0 opacity-70" />
|
||||
{cleanUrl(result.url)}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue