mirror of
https://github.com/thecyberlearn/quantum-website-2026.git
synced 2026-08-18 10:03:21 +00:00
logo update
This commit is contained in:
parent
f6fd1a769a
commit
28c02c645a
@ -10,7 +10,11 @@
|
|||||||
if (document.getElementById('sh-header')) return;
|
if (document.getElementById('sh-header')) return;
|
||||||
|
|
||||||
// ─── Config: update nav links here ──────────────────────────────
|
// ─── Config: update nav links here ──────────────────────────────
|
||||||
var LOGO_URL = 'https://quantumtaskai.com/img/logo.png';
|
var LOGO_URL = (function() {
|
||||||
|
// Works locally and on live domain without hardcoding
|
||||||
|
var base = window.location.origin;
|
||||||
|
return base + '/img/logo.png';
|
||||||
|
})();
|
||||||
var HOME_URL = 'https://quantumtaskai.com';
|
var HOME_URL = 'https://quantumtaskai.com';
|
||||||
|
|
||||||
var NAV_LINKS = [
|
var NAV_LINKS = [
|
||||||
|
|||||||
BIN
img/logo.png
BIN
img/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 57 KiB |
BIN
img/og-image.png
BIN
img/og-image.png
Binary file not shown.
|
Before Width: | Height: | Size: 102 KiB |
Loading…
Reference in New Issue
Block a user