fix routing
This commit is contained in:
parent
6f4e5756e8
commit
d8db1ce91f
@ -1411,7 +1411,7 @@ img {
|
||||
}
|
||||
|
||||
.skill-image .over-text {
|
||||
width: 210px;
|
||||
width: 230px;
|
||||
bottom: 60%;
|
||||
left: -20px;
|
||||
}
|
||||
@ -7701,4 +7701,4 @@ textarea.lms-form-control {
|
||||
|
||||
/* ===================================================================
|
||||
Tutor Details CSS End
|
||||
====================================================================*/
|
||||
====================================================================*/
|
||||
|
||||
@ -172,7 +172,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
});
|
||||
|
||||
function saveNavigationState(state) {
|
||||
fetch('{{ route("admin.toggle.navigation") }}', {
|
||||
fetch('{{ route("admin.toggle-navigation") }}', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user