fixes bug with window info breakpoints

This commit is contained in:
James
2020-10-03 15:54:00 -04:00
parent febe213e80
commit 043d3fffbf

View File

@@ -20,7 +20,7 @@ const Index = () => {
windowInfoProps.breakpoints = {
xs: parseInt(getCSSVariable('breakpoint-xs-width').replace('px', ''), 10),
s: parseInt(getCSSVariable('breakpoint-s-width').replace('px', ''), 10),
m: parseInt(getCSSVariable('breakpoint-s-width').replace('px', ''), 10),
m: parseInt(getCSSVariable('breakpoint-m-width').replace('px', ''), 10),
l: parseInt(getCSSVariable('breakpoint-l-width').replace('px', ''), 10),
};