adding github examples to help string

This commit is contained in:
2025-07-21 14:22:29 -06:00
parent 746253b6c2
commit cea6aef453
2 changed files with 6 additions and 1 deletions

View File

@@ -131,7 +131,7 @@ export default function EditAssignment({
Body={
<>
{showHelp && (
<div className=" max-w-96">
<div className=" max-w-96 flex-1 h-full overflow-y-auto">
<pre>
<code>{getAssignmentHelpString(settings)}</code>
</pre>