diff --git a/webview-ui/src/components/HistoryView.tsx b/webview-ui/src/components/HistoryView.tsx index 527d7c1..993d413 100644 --- a/webview-ui/src/components/HistoryView.tsx +++ b/webview-ui/src/components/HistoryView.tsx @@ -196,25 +196,22 @@ const HistoryView = ({ onDone }: HistoryViewProps) => {
- {presentableTasks.length === 0 && ( + {/* {presentableTasks.length === 0 && (
-
No history found
+ className="codicon codicon-robot" + style={{ fontSize: "60px", marginBottom: "10px" }}> +
Start a task to see it here
- )} + )} */}