File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import loader from "../assets/images/loader2.gif";
5
5
import axios from "axios" ;
6
6
import { isEnableSubscription , themeColor } from "../constant/const" ;
7
7
import { contractUsers , getAppLogo } from "../constant/Utils" ;
8
+ import logo from "../assets/images/logo.png" ;
8
9
9
10
function GuestLogin ( ) {
10
11
const { id, userMail, contactBookId, serverUrl } = useParams ( ) ;
@@ -29,12 +30,10 @@ function GuestLogin() {
29
30
if ( applogo ) {
30
31
setAppLogo ( applogo ) ;
31
32
} else {
32
- setAppLogo (
33
- "https://qikinnovation.ams3.digitaloceanspaces.com/logo.png"
34
- ) ;
33
+ setAppLogo ( logo ) ;
35
34
}
36
35
} else {
37
- setAppLogo ( "https://qikinnovation.ams3.digitaloceanspaces.com/ logo.png" ) ;
36
+ setAppLogo ( logo ) ;
38
37
}
39
38
40
39
//split url in array from '&'
You can’t perform that action at this time.
0 commit comments