diff --git a/src/settings.ts b/src/settings.ts index 0ce4255..6ee5fab 100644 --- a/src/settings.ts +++ b/src/settings.ts @@ -259,7 +259,7 @@ export class WikipediaSearchSettingTab extends PluginSettingTab { ); new Setting(containerEl).setName("Feedback, bug reports and feature requests 🌿").setHeading(); - const appendix = `

If you have any kind of feedback, please let me know! No matter how small! I also obsess a lot about small details. I want to make this plugin as useful as possible for everyone. I love to hear about your ideas for new features, all the bugs you found and everything that annoys you. Don't be shy! Just create an issue on GitHub and I'll get back to you ASAP. ~ Murphy :)

+ const appendix = `

If you have any kind of feedback, please let me know! No matter how small! I want to make this plugin as useful as possible for everyone and the only way I can improve this plugin for you is if you tell me about it. I love to hear about your ideas for new features, all the bugs you found and everything that annoys you. Don't be shy! I can also obsess a lot about small details. Just create an issue on GitHub or write me an email and I'll get back to you ASAP. ~ Murphy :)

PS: Wikipedia also has a dark mode for everyone with an account.

`; const div = containerEl.createEl("div"); div.innerHTML = appendix;