From 4a01689332f961e52f5b85570757bc5b15a3b6a6 Mon Sep 17 00:00:00 2001 From: solomonng2001 Date: Wed, 13 Nov 2024 18:44:13 +0800 Subject: [PATCH] Add session status tooltip --- apps/frontend/src/app/collaboration/[id]/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/frontend/src/app/collaboration/[id]/page.tsx b/apps/frontend/src/app/collaboration/[id]/page.tsx index 739eac08a6..0eb9721482 100644 --- a/apps/frontend/src/app/collaboration/[id]/page.tsx +++ b/apps/frontend/src/app/collaboration/[id]/page.tsx @@ -12,6 +12,7 @@ import { Tag, Typography, Spin, + Tooltip, } from "antd"; import { Content } from "antd/es/layout/layout"; import "./styles.scss"; @@ -492,7 +493,9 @@ export default function CollaborationPage(props: CollaborationProps) { /> )}
- + + +