From 57bfc9cef751913eb2e29e8865f8f921e622e94b Mon Sep 17 00:00:00 2001
From: Dayuan Jiang <34411969+DayuanJiang@users.noreply.github.com>
Date: Fri, 5 Dec 2025 18:07:25 +0900
Subject: [PATCH] fix: update status indicator to show outage resolved (#98)
---
components/button-with-tooltip.tsx | 2 +-
components/chat-panel.tsx | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/components/button-with-tooltip.tsx b/components/button-with-tooltip.tsx
index bb8f53d..99903b5 100644
--- a/components/button-with-tooltip.tsx
+++ b/components/button-with-tooltip.tsx
@@ -27,7 +27,7 @@ export function ButtonWithTooltip({
- {tooltipContent}
+ {tooltipContent}
);
diff --git a/components/chat-panel.tsx b/components/chat-panel.tsx
index d81325b..60de246 100644
--- a/components/chat-panel.tsx
+++ b/components/chat-panel.tsx
@@ -4,7 +4,7 @@ import type React from "react";
import { useRef, useEffect, useState } from "react";
import { flushSync } from "react-dom";
import { FaGithub } from "react-icons/fa";
-import { PanelRightClose, PanelRightOpen, AlertTriangle } from "lucide-react";
+import { PanelRightClose, PanelRightOpen, CheckCircle } from "lucide-react";
import Link from "next/link";
import Image from "next/image";
@@ -475,12 +475,12 @@ Please retry with an adjusted search pattern or use display_diagram if retries a
About
-
+