summaryrefslogtreecommitdiffstats
path: root/content/snow.js
diff options
context:
space:
mode:
Diffstat (limited to 'content/snow.js')
-rw-r--r--content/snow.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/snow.js b/content/snow.js
index 5913d1e..562e9c0 100644
--- a/content/snow.js
+++ b/content/snow.js
@@ -10,7 +10,7 @@
10 const snowFlakeInner = document.createElementNS("http://www.w3.org/2000/svg", "use"); 10 const snowFlakeInner = document.createElementNS("http://www.w3.org/2000/svg", "use");
11 const aniDuration = (Math.random() * 3 + 2) * 1000; 11 const aniDuration = (Math.random() * 3 + 2) * 1000;
12 12
13 snowFlakeInner.setAttribute("href", "/symbols.svg#icon-asterisk"); 13 snowFlakeInner.setAttribute("href", "/icons.svg#asterisk");
14 14
15 snowFlake.classList.add("o-icon", "o-icon--snow"); 15 snowFlake.classList.add("o-icon", "o-icon--snow");
16 snowFlake.setAttribute("aria-hidden", "true"); 16 snowFlake.setAttribute("aria-hidden", "true");