Remove top-level heading in settings tab

This commit is contained in:
Silvano Cerza 2025-03-20 09:51:40 +01:00
parent 083e8db779
commit 6fbf79cc87

View file

@ -14,8 +14,6 @@ export default class GitHubSyncSettingsTab extends PluginSettingTab {
containerEl.empty();
containerEl.createEl("h1", { text: "GitHub Sync Settings" });
containerEl.createEl("h2", { text: "Remote Repository" });
let tokenInput: TextComponent;