minor changes

This commit is contained in:
2025-11-10 22:51:27 +01:00
parent fe50792539
commit 5bd0176e30
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ const NavigationTabs = ({ isAdmin, onProtectedNavigate }) => {
const navigate = useNavigate();
const tabs = [
{ to: '/', label: 'Konfiguration' },
{ to: '/', label: 'Slots buchen' },
{ to: '/store-watch', label: 'Betriebs-Monitoring' }
];
if (isAdmin) {