Skip to content

Commit 2e05930

Browse files
committed
Feedback button
1 parent fee38d0 commit 2e05930

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

panel/app.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def csv_data(
446446
icon_size=icon_size,
447447
button_type="success",
448448
filename="simdec.csv",
449-
width=150,
449+
width=200,
450450
label="Download",
451451
align="center",
452452
)
@@ -462,11 +462,11 @@ def csv_data(
462462
info_button.js_on_click(code="""window.open('https://www.simdec.fi/')""")
463463

464464
issue_button = pn.widgets.Button(
465-
icon="bug",
465+
icon="message-report",
466466
icon_size=icon_size,
467-
button_type="danger",
468-
name="Report an issue",
469-
width=200,
467+
button_type="light",
468+
name="Feedback",
469+
width=150,
470470
align="center",
471471
)
472472
issue_button.js_on_click(

0 commit comments

Comments
 (0)