Skip to content

Commit

Permalink
Merge pull request #182 from ncov19-us/adding-sms-button
Browse files Browse the repository at this point in the history
chore: un commented get mobile sms updates
  • Loading branch information
hurshd0 committed Apr 13, 2020
2 parents 14f9468 + f99889f commit cb313fd
Showing 1 changed file with 18 additions and 21 deletions.
39 changes: 18 additions & 21 deletions pages/nav.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,32 @@
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-prod.netlify.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/"
# ),
html.A(
"About",
className="navbar-brand-links",
href="/about"),
html.A("About", className="navbar-brand-links", href="/about"),
]
),
className="ml-auto flex-nowrap mt-md-0",
Expand Down

0 comments on commit cb313fd

Please sign in to comment.