Skip to content

Commit

Permalink
style: uncommented get mobile updates button, commented cdc and who l…
Browse files Browse the repository at this point in the history
…ink, and fixed the classname on them
  • Loading branch information
hurshd0 committed Apr 15, 2020
1 parent f2486ee commit 02d69e1
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions pages/mobile_nav.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,36 +23,38 @@
dbc.Card(
html.Div(
[
# html.A(html.P("Get Mobile Updates", className="mobile-nav-header"),
# className="hidden-menu-anchor-tag",
# href="/"),
# html.A(html.P("Vaccine Tracker", className="mobile-nav-header"),
# className="hidden-menu-anchor-tag",
# className="mobile-hidden-menu-anchor-tag",
# href="/"),
html.A(
html.P("Home", className="mobile-nav-header",),
className="mobile-hidden-menu-anchor-tag",
href="/",
),
html.A(
html.P("About", className="mobile-nav-header",),
className="mobile-hidden-menu-anchor-tag",
href="/about",
),
html.A(
html.P("CDC", className="mobile-nav-header",),
# id="navbar-resources-link",
html.P("Get Mobile Updates", className="mobile-nav-header"),
className="mobile-hidden-menu-anchor-tag",
href="https://www.cdc.gov/coronavirus/2019-ncov/index.html",
target="_blank",
href="https://ncov19-sms-bot-fe-staging.herokuapp.com/",
),
html.A(
html.P("WHO", className="mobile-nav-header",),
# id="navbar-resources-link",
html.P("About", className="mobile-nav-header",),
className="mobile-hidden-menu-anchor-tag",
href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019",
target="_blank",
href="/about",
),
# html.A(
# html.P("CDC", className="mobile-nav-header",),
# # id="navbar-resources-link",
# className="mobile-hidden-menu-anchor-tag",
# href="https://www.cdc.gov/coronavirus/2019-ncov/index.html",
# target="_blank",
# ),
# html.A(
# html.P("WHO", className="mobile-nav-header",),
# # id="navbar-resources-link",
# className="mobile-hidden-menu-anchor-tag",
# href="https://www.who.int/emergencies/diseases/novel-coronavirus-2019",
# target="_blank",
# ),
],
className="mobile-hidden-menu-div",
),
Expand Down

0 comments on commit 02d69e1

Please sign in to comment.