Skip to content

Commit

Permalink
fix: remove top-level heading
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekerandLo committed Sep 3, 2024
1 parent 1e81813 commit aca494d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default class NewledgeSettingTab extends PluginSettingTab {
async display(): Promise<void> {
const { containerEl } = this;
containerEl.empty();
containerEl.createEl("h1", { text: "新枝Newledge" });

const { valid: accountValid, failedTaskCount } =
await this.plugin.checkAccount();
Expand Down

0 comments on commit aca494d

Please sign in to comment.