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/8ba94e18284886d19a264709de3c36e94fa99a89
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
@ -1812,13 +1812,13 @@ table.lightgrey-weekends tbody td:nth-child(n+6) {
transition : all 200ms ease-in-out ;
}
. fa-facebook : hover {
color : # 4267B2 ;
color : # d6249f ;
}
. fa-twitter : hover {
color : # 1DA1F2 ;
color : # d6249f ;
}
. fa-linkedin : hover {
color : # 0077B5 ;
color : # d6249f ;
}
. fa-instagram : hover {
color : # d6249f ;
@ -1828,7 +1828,7 @@ table.lightgrey-weekends tbody td:nth-child(n+6) {
-webkit-text-fill-color : transparent ! important ; * /
}
. fa-linkedin-in : hover {
color : # 0e76a8 ;
color : # d6249f ;
}
. box {
width : 50px ;
@ -256,7 +256,7 @@
< / div >
< div class = "bottom-footer text-center p-3" >
< 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' > Designed & Developed By: < a target = "-blank" rel = "noreferrer" href = "https://www.extratechs.com.au/" > Extratech< / a > < / p >
< / div >