fix routing
This commit is contained in:
parent
6f4e5756e8
commit
d8db1ce91f
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user