From 26cc21b438bea20f0d97edb0949937da44fa3936 Mon Sep 17 00:00:00 2001
From: xaralis <filip.varecha@fragaria.cz>
Date: Sat, 19 Dec 2020 21:25:39 +0100
Subject: [PATCH] feat: load IntersectionObserver polyfill if not supported

---
 public/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/index.html b/public/index.html
index 237ae68..9469ad4 100644
--- a/public/index.html
+++ b/public/index.html
@@ -33,6 +33,7 @@
     -->
     <link rel="stylesheet" href="%REACT_APP_STYLEGUIDE_URL%/css/styles.css" />
     <title>CF 2021 | Pirátská strana</title>
+    <script src="https://polyfill.io/v3/polyfill.min.js?features=IntersectionObserver"></script>
   </head>
   <body class="h-screen">
     <noscript>You need to enable JavaScript to run this app.</noscript>
-- 
GitLab