You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The background particle animations currently play even if a user has "Reduced Motion" enabled in their OS settings. Update the component to check window.matchMedia('(prefers-reduced-motion: reduce)') and pause animations if true.
The background particle animations currently play even if a user has "Reduced Motion" enabled in their OS settings. Update the component to check
window.matchMedia('(prefers-reduced-motion: reduce)')and pause animations if true.