mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 05:41:36 +00:00
Remove top-level heading in settings tab
This commit is contained in:
parent
083e8db779
commit
6fbf79cc87
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue