Skip to content

Commit a171e4d

Browse files
authored
Update Footer.js
1 parent 0f0cb81 commit a171e4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Footer.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ class Footer extends Component {
1010
return (
1111
<footer className={classes.footer}>
1212
<a
13-
href="https://github.com/ank1traj/covid-19-tracker"
13+
href="https://www.instagram.com/ank1t_shrivastava/"
1414
target="_blank"
1515
rel="noopener noreferrer"
1616
className={classNames(classes.btn, classes.github)}
1717
>
18-
Contribute on Github
18+
Join at Instagram
1919
</a>
2020
<a
2121
href="https://twitter.com/intent/tweet?text=Get the latest Covid-19 updates with Covid-19 India Tracker!&url=https://covidindiatracker.netlify.app/"
@@ -26,12 +26,12 @@ class Footer extends Component {
2626
Share on Twitter
2727
</a>
2828
<a
29-
href="https://github.com/ank1traj/covid-19-tracker/issues/new"
29+
href="https://www.linkedin.com/in/ank1traj/"
3030
target="_blank"
3131
rel="noopener noreferrer"
3232
className={classNames(classes.btn, classes.issue)}
3333
>
34-
Report an Issue
34+
Connect on LinkedIn
3535
</a>
3636
</footer>
3737
);

0 commit comments

Comments
 (0)