mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-11-27 18:11:20 +00:00
Update banner link text in editor.html
Changed the banner text from 'WelsonJS Editor powered by Metro UI, Monaco Editor, and JSONEditor.' to 'Contribute this project' with a link to the project's GitHub repository.
This commit is contained in:
parent
7b49817182
commit
ed0a7eed3f
|
|
@ -660,7 +660,7 @@
|
||||||
_e(Editor, { editorRef }),
|
_e(Editor, { editorRef }),
|
||||||
_e(PromptEditor, { promptEditorRef, promptMessagesRef })
|
_e(PromptEditor, { promptEditorRef, promptMessagesRef })
|
||||||
),
|
),
|
||||||
_e('div', { className: 'banner' }, _e('a', { href: 'https://github.com/gnh1201/welsonjs' }, 'WelsonJS'), ' Editor powered by Metro UI, Monaco Editor, and JSONEditor.'),
|
_e('div', { className: 'banner' }, _e('a', { href: 'https://github.com/gnh1201/welsonjs' }, 'Contribute this project')),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user