diff --git a/404.html b/404.html index 05626a8..7ad2dec 100644 --- a/404.html +++ b/404.html @@ -157,7 +157,7 @@ - +
@@ -179,12 +179,29 @@

TAKE A MULLIGAN

diff --git a/scripts/scripts.js b/scripts/scripts.js index 32b21d0..394bcab 100644 --- a/scripts/scripts.js +++ b/scripts/scripts.js @@ -424,7 +424,7 @@ export function addFavIcons() { `; // Remove placeholder - document.head.querySelector('head link[rel="icon"]').remove(); + document.head.querySelector('head link[rel="icon"]')?.remove(); // Add favicons document.head.insertAdjacentHTML('beforeend', favicons);