We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 513fc88 + 4a01689 commit fbafcddCopy full SHA for fbafcdd
apps/frontend/src/app/collaboration/[id]/page.tsx
@@ -12,6 +12,7 @@ import {
12
Tag,
13
Typography,
14
Spin,
15
+ Tooltip,
16
} from "antd";
17
import { Content } from "antd/es/layout/layout";
18
import "./styles.scss";
@@ -492,7 +493,9 @@ export default function CollaborationPage(props: CollaborationProps) {
492
493
/>
494
)}
495
<div className="hidden-test-results">
- <InfoCircleFilled className="hidden-test-icon" />
496
+ <Tooltip title="Status applies only to this session">
497
+ <InfoCircleFilled className="hidden-test-icon" />
498
+ </Tooltip>
499
<Typography.Text
500
strong
501
style={{
0 commit comments