fix(home): ie11 support: fix top and bottom svgs

This commit is contained in:
Jeremy
2020-01-22 04:30:37 -05:00
committed by Jean-Philippe Sirois
parent c06c7df749
commit 8ff7a97566
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@ const waves = css`
export const StyledWavesTop = styled(WavesTop)`
${waves};
top: 0;
left: 0;
`
export const StyledWavesBottom = styled(WavesBottom)`