diff --git a/frontend/src/components/EnhancedGeometry.js b/frontend/src/components/EnhancedGeometry.js index 361bc6c..2cc9cca 100644 --- a/frontend/src/components/EnhancedGeometry.js +++ b/frontend/src/components/EnhancedGeometry.js @@ -86,7 +86,7 @@ const Hint = React.memo(({ text, multiline = false }) => ( }}> -); +)); // CSS for hover effect const style = document.createElement('style');