File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed
src/chime_dash/app/components Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -23,25 +23,13 @@ def get_html(self) -> List[ComponentMeta]:
23
23
"Predictive Healthcare" ,
24
24
href = "http://predictivehealthcare.pennmedicine.org/" ,
25
25
external_link = True ,
26
+ target = "_blank" ,
26
27
),
27
28
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" ,
34
30
href = "https://code-for-philly.gitbook.io/chime/" ,
35
31
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" ,
45
33
),
46
34
],
47
35
in_navbar = True ,
You can’t perform that action at this time.
0 commit comments