Skip to content

Commit

Permalink
style: switched the order of github and copyright for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
hurshd0 committed Apr 15, 2020
1 parent 144c057 commit f2486ee
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pages/mobile_footer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,20 @@
Reliance on this Website for medical guidance is strictly prohibited.""",
className="mobile-footer-disclaimer-text",
),
className="mobile-footer-disclaimer-content"
className="mobile-footer-disclaimer-content",
),
dbc.Row(
[

html.Span(
"Copyright 2020",
className="mobile-footer-copyright-text",
),
html.Span(
html.A(
html.I(className="fab fa-github mobile-fa-icons"),
href="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/ncov19-us/front-end",
),
className="mobile-footer-social-icons mr-3",
)
),
html.Span("Copyright 2020", className="mobile-footer-copyright-text",),
],
className="mobile-footer-social-copyright-content"
className="mobile-footer-social-copyright-content",
),
],
)

0 comments on commit f2486ee

Please sign in to comment.