Commit 0d1f7265 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent 539201a0
...@@ -52,11 +52,11 @@ ...@@ -52,11 +52,11 @@
class="flex gap-2 items-center px-3 py-2 text-sm font-medium cursor-pointer rounded-xl" 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"> <div class="flex-1 flex items-center gap-2">
<WrenchSolid />
<Tooltip content={tools[toolId]?.description ?? ''}> <Tooltip content={tools[toolId]?.description ?? ''}>
<div class="flex items-center line-clamp-1">{tools[toolId].name}</div> <WrenchSolid />
</Tooltip> </Tooltip>
<div class=" line-clamp-1">{tools[toolId].name}</div>
</div> </div>
<Switch <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