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:
Namhyeon Go 2025-07-31 17:05:44 +09:00
parent 7b49817182
commit ed0a7eed3f

View File

@ -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')),
); );
} }