From ed0a7eed3f5516d72a363049484be6bcc4800388 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 31 Jul 2025 17:05:44 +0900 Subject: [PATCH] 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. --- WelsonJS.Toolkit/WelsonJS.Launcher/editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WelsonJS.Toolkit/WelsonJS.Launcher/editor.html b/WelsonJS.Toolkit/WelsonJS.Launcher/editor.html index 7caded3..7806f44 100644 --- a/WelsonJS.Toolkit/WelsonJS.Launcher/editor.html +++ b/WelsonJS.Toolkit/WelsonJS.Launcher/editor.html @@ -660,7 +660,7 @@ _e(Editor, { editorRef }), _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')), ); }