diff --git a/groups/home/bootstrap5/home1.js b/groups/home/bootstrap5/home1.js index e69aa96..3e62a25 100644 --- a/groups/home/bootstrap5/home1.js +++ b/groups/home/bootstrap5/home1.js @@ -207,7 +207,9 @@ const onesearchComponent = { }, computed: { logoSrc() { - return this.isDark ? "onesearch_logo3.png" : "onesearch_logo2.png"; + return this.isDark + ? "https://d2jv02qf7xgjwx.cloudfront.net/accounts/16298/images/onesearch_logo3.png" + : "https://d2jv02qf7xgjwx.cloudfront.net/accounts/16298/images/onesearch_logo2.png"; }, }, data() {