From bcc17215e4de8d2760e42d7ac1632d448912fd26 Mon Sep 17 00:00:00 2001 From: Justin Parker Date: Mon, 23 Sep 2024 11:29:35 -0700 Subject: [PATCH] remove title --- src/main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main.js b/src/main.js index 75bdcf4..19dd8b7 100644 --- a/src/main.js +++ b/src/main.js @@ -146,9 +146,6 @@ class RichFootSettingTab extends PluginSettingTab { containerEl.empty(); containerEl.addClass('rich-foot-settings'); - // Add the title - containerEl.createEl('h3', { text: '🦶 Rich Foot Settings' }); - // Add informative text const infoDiv = containerEl.createEl('div', { cls: 'rich-foot-info' }); infoDiv.createEl('p', { text: 'Rich Foot adds a footer to your notes with useful information such as backlinks, creation date, and last modified date.' });