Wave Effect: Fix performance on Chrome 134 (#5787)

This commit is contained in:
zubiden 2025-04-04 13:03:57 +02:00 committed by Alexander Zinchuk
parent 5bb202857d
commit c8b9832458
2 changed files with 1 additions and 1 deletions

BIN
src/assets/wave_ripple.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View File

@ -16,7 +16,7 @@ import useLastCallback from '../../../hooks/useLastCallback';
import styles from './WaveContainer.module.scss';
import waveRipple from '../../../assets/wave_ripple.svg';
import waveRipple from '../../../assets/wave_ripple.png';
type StateProps = {
waveInfo?: TabState['wave'];