Remove icon from Sources page title bar

Consistent with other pages that don't show icons in the title section.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-20 22:24:36 +01:00
parent 62b64fdefc
commit 724d550599

View File

@@ -20,7 +20,6 @@ export default function Sources() {
<span className="material-symbols-outlined">menu</span> <span className="material-symbols-outlined">menu</span>
</button> </button>
<div className="admin-title-section"> <div className="admin-title-section">
<span className="material-symbols-outlined">database</span>
<span className="admin-title-text">{t.sourcesPage.title}</span> <span className="admin-title-text">{t.sourcesPage.title}</span>
</div> </div>
</div> </div>