Clean admin layout, drop scripts, keep admin out of tools list

This commit is contained in:
Nirodan
2026-01-22 12:31:19 +01:00
parent e3b34bfc47
commit 450e184cf3
4 changed files with 10 additions and 198 deletions
-3
View File
@@ -28,9 +28,6 @@ function ToolOverview() {
<p>Wähle ein Tool aus:</p>
<button onClick={() => navigate('/tools/md5')}>🔒 MD5 Tool</button><br /><br />
{role === 'admin' && (
<button onClick={() => navigate('/admin')}>🛠 Admin-Bereich</button>
)}
<h3 style={{ marginTop: '24px' }}>🌐 Externe Webseiten</h3>
{loadingWebsites ? (