We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07116d8 commit c2568d7Copy full SHA for c2568d7
src/pages/Contact/index.js
@@ -36,10 +36,9 @@ const Contact = () => {
36
{ name: 'Home', href: '/home' },
37
{ name: 'Contact', href: '/about/contact' },
38
];
39
- const handlePageheight = function()
40
- {
41
- window.parent.scrollTo(0,0)
42
- }
+ const handlePageHeight = function () {
+ window.parent.scrollTo(0, 0);
+ };
43
return (
44
<Box>
45
<Box className='boxBackground'>
@@ -65,7 +64,7 @@ const Contact = () => {
65
64
frameBorder='0'
66
marginHeight='0'
67
marginWidth='0'
68
- onLoad={handlePageheight}
+ onLoad={handlePageHeight}
69
>
70
Loading…
71
</CardMedia>
0 commit comments