Remove uneccessary heading

This commit is contained in:
Southpaw
2023-08-11 13:09:42 +01:00
parent a767ae59fd
commit 47fd3d2969

View File

@@ -13,8 +13,6 @@ export class SettingTab extends PluginSettingTab {
const { containerEl } = this;
containerEl.empty();
containerEl.createEl("h2", { text: "Send to Ghost" });
const document = containerEl.createEl("p", {
text: `If you get stuck, please refer to `,
});