Description
Several files in the codebase currently use react-tooltip for tooltip functionality, while the project has standardized on CustomTooltip from @sistent/sistent as the preferred tooltip component (as seen in src/components/CopyValue/index.js).
This inconsistency means different parts of the website render tooltips with different
styles, behaviors, and dependencies.
Expected Behavior
All tooltip usage across the codebase should use CustomTooltip from @sistent/sistent, consistent with the design system and existing usage in the codebase.
Screenshots
NA
Environment:

Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.
Join the Layer5 Community by submitting your community member form.
Description
Several files in the codebase currently use
react-tooltipfor tooltip functionality, while the project has standardized onCustomTooltipfrom@sistent/sistentas the preferred tooltip component (as seen insrc/components/CopyValue/index.js).This inconsistency means different parts of the website render tooltips with different
styles, behaviors, and dependencies.
Expected Behavior
All tooltip usage across the codebase should use
CustomTooltipfrom@sistent/sistent, consistent with the design system and existing usage in the codebase.Screenshots
NA
Environment:
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the
masterbranch.