Browse Source

link

master
azri 1 week ago
parent
commit
50161e3ddf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/Header/Header.jsx

+ 1
- 1
src/components/Header/Header.jsx View File

36
                     <FacebookIcon sx={{":hover":{color:"gray"}}} style={headerStyle.icon} onClick={()=>{window.open('https://www.facebook.com/amber.officials/', '_blank')}}/>
36
                     <FacebookIcon sx={{":hover":{color:"gray"}}} style={headerStyle.icon} onClick={()=>{window.open('https://www.facebook.com/amber.officials/', '_blank')}}/>
37
                     <TwitterIcon sx={{":hover":{color:"gray"}}} style={headerStyle.icon} onClick={()=>{window.open('https://twitter.com/amber.officials', '_blank')}}/>
37
                     <TwitterIcon sx={{":hover":{color:"gray"}}} style={headerStyle.icon} onClick={()=>{window.open('https://twitter.com/amber.officials', '_blank')}}/>
38
                 </Box>
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
             </Box>
40
             </Box>
41
         </Container>
41
         </Container>
42
     );
42
     );

Loading…
Cancel
Save