TheAlgorithms / website

The Algorithms website providing GitHub's largest open-source algorithm library.
https://the-algorithms.com
MIT License
819 stars 173 forks source link

[BUG] there is nested ripple effects in small screens sidebar component #288

Closed AbdulrhmanGoni closed 3 months ago

AbdulrhmanGoni commented 4 months ago

What would you like to share?

Description of the issue

The Button component in small screens sidebar has ripple effect appears on hover or click events, And this component is placed inside MenuItem component which has the same ripple effect, so, this structuring causes nested ripple effects as you see in the screenshots below :point_down:

Screenshots

Screenshot (61) Screenshot (62)

Additional information/context

No response