Skip to content

Commit e9a05f8

Browse files
author
xhlulu
committed
Fix link for get-demo
1 parent 0d441db commit e9a05f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/dash-pileup-demo/layout_helper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ def app_page_layout(
7272
html.A(
7373
children=["Enterprise Demo"],
7474
className="gh-link",
75-
href="http://github.com/plotly/dash-bio/",
75+
href="https://plotly.com/get-demo/",
76+
target="_blank",
7677
style={
7778
"color": "white" if light_logo else "black",
7879
"border": "solid 1px white"
@@ -84,6 +85,7 @@ def app_page_layout(
8485
className="gh-link",
8586
children=["Source Code"],
8687
href="https://github.com/plotly/dash-sample-apps/tree/main/apps/dash-pileup-demo",
88+
target="_blank",
8789
style={
8890
"color": "white" if light_logo else "black",
8991
"border": "solid 1px white"

0 commit comments

Comments
 (0)