|
@@ -30,7 +30,7 @@ const Header = () => {
|
30
|
30
|
|
31
|
31
|
return (
|
32
|
32
|
<Container>
|
33
|
|
- <Box sx={{color:"white", px:5}}>
|
|
33
|
+ <Box sx={{color:"white", px:6.1}}>
|
34
|
34
|
<Box sx={{display:"flex", gap:1, cursor:"pointer"}}>
|
35
|
35
|
<InstagramIcon sx={{":hover":{color:"gray"}}} style={headerStyle.icon} onClick={()=>{window.open('https://www.instagram.com/amber.officials/?hl=en', '_blank')}} />
|
36
|
36
|
<FacebookIcon sx={{":hover":{color:"gray"}}} style={headerStyle.icon} onClick={()=>{window.open('https://www.facebook.com/amber.officials/', '_blank')}}/>
|