|
@@ -36,7 +36,7 @@ const Header = () => {
|
36
|
36
|
<FacebookIcon sx={{":hover":{color:"gray"}}} style={headerStyle.icon} onClick={()=>{window.open('https://www.facebook.com/amber.officials/', '_blank')}}/>
|
37
|
37
|
<TwitterIcon sx={{":hover":{color:"gray"}}} style={headerStyle.icon} onClick={()=>{window.open('https://twitter.com/amber.officials', '_blank')}}/>
|
38
|
38
|
</Box>
|
39
|
|
- <Typography variant="body2" sx={{position: "absolute", top: "50%", left: "50%", transform: "translate(-50%, -50%)" }}>Don’t miss out on our next big thing! Click <Link sx={{color:"white", textDecoration:"underline"}}> here</Link> to subcribe now.</Typography>
|
|
39
|
+ <Typography variant="body2" sx={{position: "absolute", top: "50%", left: "50%", transform: "translate(-50%, -50%)" }}>Don’t miss out on our next big thing! Click <a style={{color:"white", textDecoration:"underline", cursor:'pointer'}}> here</a> to subcribe now.</Typography>
|
40
|
40
|
</Box>
|
41
|
41
|
</Container>
|
42
|
42
|
);
|