BraydenMoore commited on
Commit
7e945ae
·
1 Parent(s): 6b90a39

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -190,7 +190,7 @@
190
 
191
 
192
  <script>
193
- let loadingGif = "{{ url_for('static', filename='loading.gif') }}";
194
  let currentFeed;
195
  document.addEventListener("DOMContentLoaded", function() {
196
  const feed = document.getElementById("feed");
 
190
 
191
 
192
  <script>
193
+ let loadingGif = "{{ url_for('static', filename='eye.gif') }}";
194
  let currentFeed;
195
  document.addEventListener("DOMContentLoaded", function() {
196
  const feed = document.getElementById("feed");