Skip to content

Commit 480b35c

Browse files
committed
Update menu
1 parent 029bd80 commit 480b35c

File tree

1 file changed

+3
-15
lines changed
  • src/chime_dash/app/components

1 file changed

+3
-15
lines changed

src/chime_dash/app/components/menu.py

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,13 @@ def get_html(self) -> List[ComponentMeta]:
2323
"Predictive Healthcare",
2424
href="http://predictivehealthcare.pennmedicine.org/",
2525
external_link=True,
26+
target="_blank",
2627
),
2728
dbc.DropdownMenuItem(
28-
"Contact Us",
29-
href="http://predictivehealthcare.pennmedicine.org/contact/",
30-
external_link=True,
31-
),
32-
dbc.DropdownMenuItem(
33-
"User Docs",
29+
"How to Use CHIME",
3430
href="https://code-for-philly.gitbook.io/chime/",
3531
external_link=True,
36-
),
37-
dbc.DropdownMenuItem(
38-
"GitHub",
39-
href="https://github.com/CodeForPhilly/chime",
40-
external_link=True,
41-
),
42-
dbc.DropdownMenuItem(
43-
"Slack",
44-
href="https://codeforphilly.org/chat?channel=covid19-chime-penn",
32+
target="_blank",
4533
),
4634
],
4735
in_navbar=True,

0 commit comments

Comments
 (0)