diff --git a/frontend/src/NewApp/Components/Pulse.tsx b/frontend/src/NewApp/Components/Pulse.tsx index db01dcb..54264f4 100644 --- a/frontend/src/NewApp/Components/Pulse.tsx +++ b/frontend/src/NewApp/Components/Pulse.tsx @@ -37,8 +37,8 @@ const Pulse: React.FC = ({ timestamp, sx }) => { }; const baseCoreStyle: React.CSSProperties = { - width: 24, - height: 24, + width: 0, + height: 0, borderRadius: '50%', backgroundColor: '#2196f3', position: 'relative', @@ -92,8 +92,6 @@ const Pulse: React.FC = ({ timestamp, sx }) => { animation: 'ripple-expand 1s ease-out 0.3s forwards', }; - - return ( <>