assets issue

This commit is contained in:
surendar.m@watermelon.us 2023-04-19 11:24:29 +05:30
parent 896a99467e
commit c711eaf709
5 changed files with 25 additions and 24 deletions

View File

@ -86,7 +86,7 @@ $p: 12px;
}
.avatar {
background: url('/assets/images/1.jpg') no-repeat center center / cover;
background: url('assets/images/1.jpg') no-repeat center center / cover;
clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
}

View File

@ -417,7 +417,7 @@ $hover-font-color:#fff;
text-align: center;
background-color: rgba(214, 224, 226, 0.2);
.cardheader {
background: url("/assets/images/night.jpg");
background: url("assets/images/night.jpg");
background-size: cover;
height: 135px;
}

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
.about-w {
background-image: url("/assets/images/about.jpg");
background-image: url("assets/images/about.jpg");
}
.form-bg {

View File

@ -10,8 +10,8 @@ export const environment = {
// apiEndpoint:'http://192.168.1.20:8080/api/',
// apiEndpoint:'https://api.venbait.in/api/',
// apiEndpoint:'http://venbainfotech.com:5000/api/',
// apiEndpoint:'http://192.168.1.8:8080/api/',
apiEndpoint:'https://api.venbait.in/api/',
apiEndpoint:'http://192.168.1.12:8080/api/',
// apiEndpoint:'https://api.venbait.in/api/',
//EndUser URL
endUserUrl:'https://venbainfotech.com/appointment/#/customer/',