Skip to content

Commit

Permalink
Vercel test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfisher72 authored Jun 14, 2024
1 parent e5a313e commit beca72e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions immuscreen/src/common/components/cellTypeTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -503,10 +503,10 @@ export default function CellTypeTree({ width: totalWidth, height: totalHeight, o
</svg>
{tooltipOpen && tooltipData && (
<TooltipWithBounds
top={tooltipTop}
left={tooltipLeft}
style={{ ...defaultTooltipStyles, backgroundColor: '#283238', color: 'white' }}
>
top={tooltipTop}
left={tooltipLeft}
style={{ ...defaultTooltipStyles, backgroundColor: '#283238', color: 'white' }}
>
<div>
<strong>{tooltipData.name.replace(' ', '\u00A0').replace('-', '\u2011')}</strong>
</div>
Expand Down

0 comments on commit beca72e

Please sign in to comment.