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

@@ -59,7 +59,7 @@ const AdminSettingsPanel = ({
to="/"
className="inline-flex items-center justify-center px-4 py-2 text-sm font-medium border border-purple-200 rounded-md text-purple-700 hover:bg-purple-50 transition-colors"
>
Zur Konfiguration
Zu Slots buchen
</Link>
</div>

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) {