We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39232b3 commit 1ccf222Copy full SHA for 1ccf222
comps/homecontent/index.js
@@ -400,7 +400,7 @@ const HomeContent = ({}) => {
400
<Heading>Shoot me a Message on</Heading>
401
<SubHeading>LinkedIn.com</SubHeading> <ShareRoundedIcon style={{fontSize: '18px'}}></ShareRoundedIcon>
402
<P>I'm always looking to build connections whether you're another developer looking to collaborate or you're just seeking my skills!</P>
403
- <Button variant="outlined" color={"primary"}>See my LinkedIn Profile</Button>
+ <Button href={"https://www.linkedin.com/in/sahil-sian-5305b7198/"} variant="outlined" color={"primary"}>See my LinkedIn Profile</Button>
404
</FlexText>
405
406
<FlexImage>
0 commit comments