Skip to content

Commit

Permalink
Merge pull request #531 from ndminhvn/Add_Twitter_#526
Browse files Browse the repository at this point in the history
Add Twitter in Footer
  • Loading branch information
bnleft authored Mar 6, 2023
2 parents f15972a + 077d49c commit 8756586
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import ds from '../../assets/icons/discord.webp';
import li from '../../assets/icons/linkedin.webp';
import yt from '../../assets/icons/youtube.webp';
import gh from '../../assets/icons/github.webp';
import tw from '../../assets/icons/twitter.webp';

const Footer = () => {
return (
Expand Down Expand Up @@ -78,6 +79,15 @@ const Footer = () => {
<img src={gh} alt='GitHub Icon' />
</Nav.Link>
</Nav.Item>
<Nav.Item>
<Nav.Link
href='https://twitter.com/uhcougarcs'
target='_blank'
rel='nofollow noopener'
>
<img src={tw} alt='Twitter Icon' />
</Nav.Link>
</Nav.Item>
</Nav>
<Nav className='policy-links'>
<LinkContainer to='/privacy-policy'>
Expand Down

0 comments on commit 8756586

Please sign in to comment.