Skip to content

Commit

Permalink
Remove social link
Browse files Browse the repository at this point in the history
  • Loading branch information
VctorAHernndez committed Jun 11, 2021
1 parent 81ff433 commit 814ac2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/HelpBar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
} from '@material-ui/core';
import {
GitHub,
Twitter,
// Twitter,
Instagram,
HelpOutline,
Translate
Expand Down Expand Up @@ -154,7 +154,7 @@ function HelpBar(props) {
<br/>
<Box display="flex" justifyContent="space-around" width="100%">
<Link className="social-links" color="textSecondary" href="https://www.github.com/VctorAHernndez" target="_blank" rel="noopener noreferrer"><GitHub /></Link>
<Link className="social-links" color="textSecondary" href="https://www.twitter.com/vctorahernndez" target="_blank" rel="noopener noreferrer"><Twitter /></Link>
{/* <Link className="social-links" color="textSecondary" href="https://www.twitter.com/vctorahernndez" target="_blank" rel="noopener noreferrer"><Twitter /></Link> */}
<Link className="social-links" color="textSecondary" href="https://www.instagram.com/naaandesu/" target="_blank" rel="noopener noreferrer"><Instagram /></Link>
</Box>
<br/>
Expand Down

0 comments on commit 814ac2e

Please sign in to comment.