feat: change style
This commit is contained in:
@@ -133,12 +133,12 @@ const ToolsTab = ({
|
|||||||
}}
|
}}
|
||||||
setSelectedItem={setSelectedTool}
|
setSelectedItem={setSelectedTool}
|
||||||
renderItem={(tool) => (
|
renderItem={(tool) => (
|
||||||
<>
|
<div className="flex flex-col items-start">
|
||||||
<span className="flex-1">{tool.name}</span>
|
<span className="flex-1">{tool.name}</span>
|
||||||
<span className="text-sm text-gray-500 text-right">
|
<span className="text-sm text-gray-500 text-left">
|
||||||
{tool.description}
|
{tool.description}
|
||||||
</span>
|
</span>
|
||||||
</>
|
</div>
|
||||||
)}
|
)}
|
||||||
title="Tools"
|
title="Tools"
|
||||||
buttonText={nextCursor ? "List More Tools" : "List Tools"}
|
buttonText={nextCursor ? "List More Tools" : "List Tools"}
|
||||||
|
|||||||
Reference in New Issue
Block a user