diff --git a/WelsonJS.Toolkit/WelsonJS.Launcher/editor.html b/WelsonJS.Toolkit/WelsonJS.Launcher/editor.html index fa306ac..c2061c0 100644 --- a/WelsonJS.Toolkit/WelsonJS.Launcher/editor.html +++ b/WelsonJS.Toolkit/WelsonJS.Launcher/editor.html @@ -38,6 +38,17 @@ background-color: #f1f1f1; font-size: 14px; } + + .banner a { + text-decoration: none; + color: #000; + } + + .banner a:hover { + text-decoration: none; + font-weight: bold; + color: #000; + } @@ -659,7 +670,7 @@ _e(Editor, { editorRef }), _e(PromptEditor, { promptEditorRef, promptMessagesRef }) ), - _e('div', { className: 'banner' }, _e('a', { href: 'https://github.com/gnh1201/welsonjs' }, 'Contribute this project')), + _e('div', { className: 'banner' }, _e('a', { href: 'https://github.com/gnh1201/welsonjs' }, '❤️ Contribute this project')), ); }