minor changes
This commit is contained in:
@@ -59,7 +59,7 @@ const AdminSettingsPanel = ({
|
|||||||
to="/"
|
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"
|
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>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ const NavigationTabs = ({ isAdmin, onProtectedNavigate }) => {
|
|||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
||||||
const tabs = [
|
const tabs = [
|
||||||
{ to: '/', label: 'Konfiguration' },
|
{ to: '/', label: 'Slots buchen' },
|
||||||
{ to: '/store-watch', label: 'Betriebs-Monitoring' }
|
{ to: '/store-watch', label: 'Betriebs-Monitoring' }
|
||||||
];
|
];
|
||||||
if (isAdmin) {
|
if (isAdmin) {
|
||||||
|
|||||||
Reference in New Issue
Block a user