Skip to content

Commit

Permalink
Merge pull request #94 from felixaschultz:development
Browse files Browse the repository at this point in the history
Updated Intastellar Solutions, Logo
  • Loading branch information
felixaschultz authored Oct 5, 2023
2 parents 0c7bc8b + f208360 commit 2078a7a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cb.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@
cookieSettingsContent.setAttribute("class", "intastellarCookie-settings__content");
let poweredBy = "";
if (window.location.host.indexOf("intastellarsolutions") == -1) {
poweredBy = "<span class='intastellarCookie-settings__poweredBy' alt='This cookie banner is powered by Intastellar Solutions, International'>Powered by <a class='intastellarCookie-settings__poweredByLink' href='https://www.intastellarsolutions.com/gdpr-cookiebanner?utm_source=" + encodeURI(window.location.href) + "&utm_content=powered_by&utm_medium=referral&utm_campaign=" + pluginSource + "&utm_term=gdpr_banner_logo' target='_blank' rel='noopener'><img class='intastellarCookie-settings__poweredByImg' width='189px' height='50px' src='https://www.intastellarsolutions.com/assets/intastellar_solutions.svg' alt='Intastellar Solutions, International'></a></span>";
poweredBy = "<span class='intastellarCookie-settings__poweredBy' alt='This cookie banner is powered by Intastellar Solutions, International'>Powered by <a class='intastellarCookie-settings__poweredByLink' href='https://www.intastellarsolutions.com/gdpr-cookiebanner?utm_source=" + encodeURI(window.location.href) + "&utm_content=powered_by&utm_medium=referral&utm_campaign=" + pluginSource + "&utm_term=gdpr_banner_logo' target='_blank' rel='noopener'><img class='intastellarCookie-settings__poweredByImg' width='100px' height='100px' src='https://www.intastellarsolutions.com/assets/logos/intastellar-logo-new.svg' alt='Intastellar Solutions, International'></a></span>";
}

let intCookieIconSmallClass = cookieLogo == intCookieIcon ? " intastellarIcon" : "";
Expand Down
2 changes: 1 addition & 1 deletion cb.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion tests/test-on-site/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ section{
}

.intSettingsPoweredBy .intastellarCookie-settings__poweredByImg {
filter: invert(1);
width: 100%;
}

Expand Down

0 comments on commit 2078a7a

Please sign in to comment.