chore: Reduce the click area on Branding (#1340)

This commit is contained in:
Pranav Raj S 2020-10-15 00:11:47 +05:30 committed by GitHub
parent 0bea0217b4
commit 666948b809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 59 additions and 31 deletions

View file

@ -185,7 +185,8 @@ export const IFrameHelper = {
},
setCurrentUrl: () => {
IFrameHelper.sendMessage('set-current-url', {
refererURL: window.location.href,
referrerURL: window.location.href,
referrerHost: window.location.host,
});
},
toggleCloseButton: () => {