Skip to content

Commit 82cdb5d

Browse files
committed
change(explore-tab): iframe url to version-qa
1 parent cfabe5f commit 82cdb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/features/home/explore-tab/explore-tab/explore-tab.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class ExploreTabComponent {
1515
readonly bubbleIframeUrl$ = this.diaBackendAuthService.token$.pipe(
1616
isNonNullable(),
1717
map(token => {
18-
return `https://captureappiframe.numbersprotocol.io/?token=${token}`;
18+
return `https://captureappiframe.numbersprotocol.io/version-qa-release/?token=${token}`;
1919
})
2020
);
2121

0 commit comments

Comments
 (0)