Skip to content

Commit

Permalink
Merge pull request #186 from ncov19-us/adding-sms-button
Browse files Browse the repository at this point in the history
chore: added sms update button
  • Loading branch information
elizabethts committed Apr 14, 2020
2 parents 5ac8fb2 + 818a0be commit 5bbb20d
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions pages/nav.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
about_bar = dbc.Row(
dbc.NavbarBrand(
[
html.A(
"CDC",
id="navbar-resources-link",
className="navbar-brand-links",
href="https://www.cdc.gov/coronavirus/2019-ncov/index.html",
target="_blank",
),
html.A(
"World Health Organization",
id="navbar-resources-link",
className="navbar-brand-links",
href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019",
target="_blank",
),
# html.A(
# "Get Mobile Updates",
# "CDC",
# id="navbar-resources-link",
# className="navbar-brand-links",
# href="https://ncov19-sms-bot-fe-staging.herokuapp.com/",
# id="get-mobile-updates",
# href="https://www.cdc.gov/coronavirus/2019-ncov/index.html",
# target="_blank",
# ),
# html.A(
# "World Health Organization",
# id="navbar-resources-link",
# className="navbar-brand-links",
# href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019",
# target="_blank",
# ),
html.A(
"Get Mobile Updates",
className="navbar-brand-links",
href="https://ncov19-sms-bot-fe-staging.herokuapp.com/",
id="get-mobile-updates",
),
# html.A(
# "Vaccine Tracker",
# className="navbar-brand-links",
# href="https://pedantic-boyd-2e5947.netlify.com/"
Expand Down

0 comments on commit 5bbb20d

Please sign in to comment.