Skip to content

Commit

Permalink
github social link added
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj142 committed Apr 21, 2021
1 parent 3f02bf1 commit 843295f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
FaInstagram,
FaTwitter,
FaPhoneAlt,
FaGithub,
} from 'react-icons/fa';
// import { BiCopyright } from 'react-icons/bi';
import { GrMail } from 'react-icons/gr';
Expand Down Expand Up @@ -67,6 +68,14 @@ function Footer() {
{' '}
<FaTwitter />{' '}
</a>
<a
data-testid="github"
href="https://github.com/Girl-Code-It/Opportunity-Calendar-Frontend"
className={styles.Shift}
>
{' '}
<FaGithub />{' '}
</a>
</Row>

<Row className={styles.Top1}>
Expand Down

0 comments on commit 843295f

Please sign in to comment.