Skip to content

Commit

Permalink
prod debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilipkmr committed Mar 23, 2019
1 parent 2a7313c commit 49f448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactMe.js
Expand Up @@ -42,7 +42,7 @@ const ContactMe = ({theme}) => {
<FadeIn wrapHeight={45} style={{ animationDelay: '1.1s'}}>
<div className="textcenter padT10">
<div className=" marginR30 inbl">
<a href={GITHUB_URL} target="_blank" rel="noopener noreferrer"><img title="Github" src={GIT_IMG} type="text/png" width={IMG_WIDTH} height={IMG_HEIGHT} className="scaleOnHover" alt="github"/></a>
<a href={GITHUB_URL} target="_blank" rel="noopener noreferrer"><img title="Github" src={theme === 'dark' ? githubIconDark: githubIcon} type="text/png" width={IMG_WIDTH} height={IMG_HEIGHT} className="scaleOnHover" alt="github"/></a>
</div>
<div className=" marginR30 inbl">
<a href={LINKEDIN_URL} target="_blank" rel="noopener noreferrer"><img title="LinkedIn" style={{ 'marginBottom': '2px'}}src={LINKEDIN_IMG} type="text/png" width={IMG_WIDTH} height={IMG_HEIGHT} className="scaleOnHover" alt="linkedin"/></a>
Expand Down

0 comments on commit 49f448c

Please sign in to comment.