Skip to content

Commit

Permalink
fix: text of headings in SettingTab
Browse files Browse the repository at this point in the history
  • Loading branch information
giselle197 committed Feb 26, 2023
1 parent 99c0164 commit 6a5215e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class ExternalLinksPluginSettingTab extends PluginSettingTab {
const { containerEl } = this;

containerEl.empty();
containerEl.createEl("h1", { text: "My Plugin Settings" });
containerEl.createEl("h2", { text: "External Links - Settings" });

new Setting(containerEl)
.setName("Show URLs from frontmatter values")
Expand Down

0 comments on commit 6a5215e

Please sign in to comment.