diff --git a/apps/web/src/components/features/workspace/workspace-tools-panel.tsx b/apps/web/src/components/features/workspace/workspace-tools-panel.tsx
index 1c6e9f3..9af6817 100644
--- a/apps/web/src/components/features/workspace/workspace-tools-panel.tsx
+++ b/apps/web/src/components/features/workspace/workspace-tools-panel.tsx
@@ -18,7 +18,7 @@ export function WorkspaceToolsPanel({ workspace }: WorkspaceToolsPanelProps) {
{loading &&
Loading instances...
}
{instances.length === 0 ? (
-
+
No tools running
Start a tool to begin coding in this workspace
@@ -62,8 +62,8 @@ export function WorkspaceToolsPanel({ workspace }: WorkspaceToolsPanelProps) {
>
)}
{showModal && (
-
setShowModal(false)}>
-
e.stopPropagation()}>
+
setShowModal(false)}>
+
e.stopPropagation()}>
Start Tool
{
{commits.map((commit) => (
void handleCommitClick(commit.hash)}
role="button"
tabIndex={0}
@@ -146,7 +146,7 @@ export const GitHistoryPage = () => {
{selectedCommit && (
-
+
Commit Details