From 6b8292885c321dddc33da35e222f94999bd5ed3f Mon Sep 17 00:00:00 2001 From: assada Date: Thu, 9 Nov 2023 21:02:35 +0200 Subject: [PATCH] Rename banner.gif to avoid ad blockers --- src/pages/index.js | 2 +- static/img/{banner.gif => animation_logo.gif} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename static/img/{banner.gif => animation_logo.gif} (100%) diff --git a/src/pages/index.js b/src/pages/index.js index 8294ef0..714ac7a 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -12,7 +12,7 @@ function HomepageHeader() { return (
- + Dead Guru! {siteConfig.title} diff --git a/static/img/banner.gif b/static/img/animation_logo.gif similarity index 100% rename from static/img/banner.gif rename to static/img/animation_logo.gif