added website navigation structur

This commit is contained in:
2025-10-08 15:03:17 +02:00
parent a20998ae25
commit 54eaa86924
10 changed files with 886 additions and 191 deletions

View File

@@ -110,7 +110,7 @@ const Login: React.FC = () => {
transition: 'background-color 0.2s'
}}
>
{loading ? '⏳ Anmeldung...' : '🔐 Anmelden'}
{loading ? '⏳ Anmeldung...' : 'Anmelden'}
</button>
</form>