"...git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "98d0d593bb180050df78dffa744fdcf38a7438e1"
Commit bc458d3e authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent 0d1f7265
......@@ -52,11 +52,10 @@
class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer rounded-xl"
>
<div class="flex-1 flex items-center gap-2">
<Tooltip content={tools[toolId]?.description ?? ''}>
<WrenchSolid />
<WrenchSolid />
<Tooltip content={tools[toolId]?.description ?? ''} className="flex-1">
<div class=" line-clamp-1">{tools[toolId].name}</div>
</Tooltip>
<div class=" line-clamp-1">{tools[toolId].name}</div>
</div>
<Switch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment