Skip to content

Commit 23e7cd9

Browse files
committed
link to github issues
1 parent 0ef601f commit 23e7cd9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/InferenceInterface.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,11 @@ export function InferenceInterface() {
463463

464464
</div>
465465
}
466+
{options.showButtons &&
467+
<div className="UIButtons">
468+
<a href="https://github.com/NeuralCoder3/prooftrees/issues">Feedback, Questions, Suggestions? Click here (PRs welcome)</a>
469+
</div>
470+
}
466471
</div>
467472
<TransformWrapper
468473
initialScale={options.scale}

0 commit comments

Comments
 (0)