diff --git a/src/components/ui/CompoundTable.tsx b/src/components/ui/CompoundTable.tsx index 1b1978f..78d9c2b 100644 --- a/src/components/ui/CompoundTable.tsx +++ b/src/components/ui/CompoundTable.tsx @@ -95,7 +95,10 @@ export default function CompoundTable({ data, large }: CompoundTableProps) {
{entry.slot.replace(/\+/g, '+\u200B')}
-
+
{i === 0 ? initials : ''}
@@ -108,4 +111,4 @@ export default function CompoundTable({ data, large }: CompoundTableProps) { ); -} +} \ No newline at end of file