Skip to content

Commit 0f0cb81

Browse files
committed
new
1 parent 9c768fb commit 0f0cb81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Footer extends Component {
1010
return (
1111
<footer className={classes.footer}>
1212
<a
13-
href="https://github.com/PrinceSumberia/covid-19-tracker"
13+
href="https://github.com/ank1traj/covid-19-tracker"
1414
target="_blank"
1515
rel="noopener noreferrer"
1616
className={classNames(classes.btn, classes.github)}
@@ -26,7 +26,7 @@ class Footer extends Component {
2626
Share on Twitter
2727
</a>
2828
<a
29-
href="https://github.com/PrinceSumberia/covid-19-tracker/issues/new"
29+
href="https://github.com/ank1traj/covid-19-tracker/issues/new"
3030
target="_blank"
3131
rel="noopener noreferrer"
3232
className={classNames(classes.btn, classes.issue)}

src/components/Symptoms.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ class Symptoms extends Component {
1818
<div className={classes.mainContent}>
1919
<div className={classes.alert}>
2020
<p>
21-
There’s currently no vaccine to prevent coronavirus disease
22-
(COVID-19). So, take the necessary preventive measures.
21+
There’s currently some vaccines to prevent coronavirus disease
22+
(COVID-19). But coronavirus is mutating itself. So, take the necessary preventive measures.
2323
</p>
2424
</div>
2525
<div className={classes.symptomsMain}>

0 commit comments

Comments
 (0)