From c113ae485efd2035aef5584e3a7fa710195052f9 Mon Sep 17 00:00:00 2001 From: chaitanya-codes Date: Tue, 11 Nov 2025 19:46:26 +0530 Subject: [PATCH] Faculty name tooltip on hover --- src/components/ui/CompoundTable.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/ui/CompoundTable.tsx b/src/components/ui/CompoundTable.tsx index b4ee85d..d3513c6 100644 --- a/src/components/ui/CompoundTable.tsx +++ b/src/components/ui/CompoundTable.tsx @@ -90,7 +90,10 @@ export default function CompoundTable({ data, large }: CompoundTableProps) {
{entry.slot.replace(/\+/g, '+\u200B')}
-
+
{i === 0 ? initials : ''}
@@ -103,4 +106,4 @@ export default function CompoundTable({ data, large }: CompoundTableProps) { ); -} +} \ No newline at end of file