From 672ad470795318085b700477e1f3f8374c505842 Mon Sep 17 00:00:00 2001
From: Joona Juusti <joona.juusti@reaktor.com>
Date: Thu, 26 Sep 2019 18:26:59 +0300
Subject: [PATCH] Fixed event listener

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 55b658e..03dfb33 100644
--- a/index.html
+++ b/index.html
@@ -30,7 +30,7 @@
         title.classList.remove(animationClassOKAY);
       });
 
-      imageOfJulus.addEventListener('mouseover', () => {
+      imageOfJulius.addEventListener('mouseover', () => {
         title.classList.add(animationClassAWESOME);
       });
 
-- 
GitLab