fix routing

This commit is contained in:
baghizadizn 2025-11-25 09:46:42 +07:00
parent 6f4e5756e8
commit d8db1ce91f
2 changed files with 3 additions and 3 deletions

View File

@ -1411,7 +1411,7 @@ img {
} }
.skill-image .over-text { .skill-image .over-text {
width: 210px; width: 230px;
bottom: 60%; bottom: 60%;
left: -20px; left: -20px;
} }
@ -7701,4 +7701,4 @@ textarea.lms-form-control {
/* =================================================================== /* ===================================================================
Tutor Details CSS End Tutor Details CSS End
====================================================================*/ ====================================================================*/

View File

@ -172,7 +172,7 @@ document.addEventListener('DOMContentLoaded', function() {
}); });
function saveNavigationState(state) { function saveNavigationState(state) {
fetch('{{ route("admin.toggle.navigation") }}', { fetch('{{ route("admin.toggle-navigation") }}', {
method: 'POST', method: 'POST',
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',