We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d441db commit e9a05f8Copy full SHA for e9a05f8
apps/dash-pileup-demo/layout_helper.py
@@ -72,7 +72,8 @@ def app_page_layout(
72
html.A(
73
children=["Enterprise Demo"],
74
className="gh-link",
75
- href="http://github.com/plotly/dash-bio/",
+ href="https://plotly.com/get-demo/",
76
+ target="_blank",
77
style={
78
"color": "white" if light_logo else "black",
79
"border": "solid 1px white"
@@ -84,6 +85,7 @@ def app_page_layout(
84
85
86
children=["Source Code"],
87
href="https://github.com/plotly/dash-sample-apps/tree/main/apps/dash-pileup-demo",
88
89
90
91
0 commit comments