Your ROOT_URL in app.ini is http://159.89.207.79:3000/ but you are visiting http://9.cron.my.id:3000/tribikram/ET-VISA/commit/c8f0fe2d1e74e41835d9107284f541a756a052c5?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
5 additions and
5 deletions
public/frontend/css/style.css
resources/views/layout/app.blade.php
@ -1835,13 +1835,13 @@ table.lightgrey-weekends tbody td:nth-child(n+6) {
transition : all 200ms ease-in-out ;
transition : all 200ms ease-in-out ;
}
}
. fa-facebook : hover {
. fa-facebook : hover {
color : # 4267B2 ;
color : # d6249f ;
}
}
. fa-twitter : hover {
. fa-twitter : hover {
color : # 1DA1F2 ;
color : # d6249f ;
}
}
. fa-linkedin : hover {
. fa-linkedin : hover {
color : # 0077B5 ;
color : # d6249f ;
}
}
. fa-instagram : hover {
. fa-instagram : hover {
color : # d6249f ;
color : # d6249f ;
@ -1851,7 +1851,7 @@ table.lightgrey-weekends tbody td:nth-child(n+6) {
-webkit-text-fill-color : transparent ! important ; * /
-webkit-text-fill-color : transparent ! important ; * /
}
}
. fa-linkedin-in : hover {
. fa-linkedin-in : hover {
color : # 0e76a8 ;
color : # d6249f ;
}
}
. box {
. box {
width : 50px ;
width : 50px ;
@ -256,7 +256,7 @@
< / div >
< / div >
< div class = "bottom-footer text-center p-3" >
< div class = "bottom-footer text-center p-3" >
< div class = 'row footer-text' >
< div class = 'row footer-text' >
< p class = 'col-md-4' > ET Education and Visa Services © 2021 . All Rights Reserved. < / p >
< p class = 'col-md-4' > ET Education and Visa Services © 2023 . All Rights Reserved. < / p >
< p class = 'col-md-4 policy' > < a > Disclaimer< / a > | < a > Privacy Policy< / a > | < a > Feedback and Complaints< / a > < / p >
< p class = 'col-md-4 policy' > < a > Disclaimer< / a > | < a > Privacy Policy< / a > | < a > Feedback and Complaints< / a > < / p >
< p class = 'col-md-4' > Designed & Developed By: < a target = "-blank" rel = "noreferrer" href = "https://www.extratechs.com.au/" > Extratech< / a > < / p >
< p class = 'col-md-4' > Designed & Developed By: < a target = "-blank" rel = "noreferrer" href = "https://www.extratechs.com.au/" > Extratech< / a > < / p >
< / div >
< / div >