Skip to content

Commit ddce5e7

Browse files
committed
feat(frontend): add link to feedback form
1 parent f17d467 commit ddce5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/project_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def __init__(self):
302302
self.template.header.append(
303303
pn.pane.Markdown(
304304
"""
305-
**Note: this is an early prototype and far from ready for general use**
305+
**Note: this is an early prototype; please provide feedback <a href="https://github.com/OCNS/simselect/issues/37" target="_blank" style="color: var(--neutral-foreground-rest);">here</a>.**
306306
"""
307307
)
308308
)

0 commit comments

Comments
 (0)