Skip to content

Commit

Permalink
remove title
Browse files Browse the repository at this point in the history
  • Loading branch information
jparkerweb committed Sep 23, 2024
1 parent 526cb84 commit bcc1721
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.' });
Expand Down

0 comments on commit bcc1721

Please sign in to comment.