mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 07:56:11 +02:00
refact(header): use key instead of noop prop to force rerender
This commit is contained in:
@@ -76,7 +76,7 @@ export const FadedBottomWave = styled.div`
|
||||
}
|
||||
`
|
||||
|
||||
export const StyledParticles = styled(Particles)<{ noop: number }>`
|
||||
export const StyledParticles = styled(Particles)`
|
||||
mask-image: -webkit-linear-gradient(
|
||||
top,
|
||||
rgba(0, 0, 0, 0) 5%,
|
||||
|
||||
Reference in New Issue
Block a user