receive and display server notifications

This commit is contained in:
Ashwin Bhat
2024-10-16 14:44:21 -07:00
parent 3b4d8136b2
commit 48355e9cb2
6 changed files with 158 additions and 106 deletions

View File

@@ -36,7 +36,9 @@ const ToolsTab = ({
renderItem={(tool) => (
<>
<span className="flex-1">{tool.name}</span>
<span className="text-sm text-gray-500">{tool.description}</span>
<span className="text-sm text-gray-500 text-right">
{tool.description}
</span>
</>
)}
title="Tools"