From 3478f0e4d5e4b5164ae6290527b21c1419acb2da Mon Sep 17 00:00:00 2001
From: "libor.adamek" <liboradamek@atlas.cz>
Date: Fri, 6 Dec 2024 13:08:30 +0100
Subject: [PATCH] Update index.html - og image

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

diff --git a/public/index.html b/public/index.html
index 2e4d56c..c4739fd 100644
--- a/public/index.html
+++ b/public/index.html
@@ -17,7 +17,7 @@
     <meta property="og:url" content="%REACT_APP_ROOT_URL%" />
     <meta property="og:type" content="website" />
     <meta property="og:title" content="%REACT_APP_CF_TITLE% | Pirátská strana" />
-    <meta property="og:image" content="%REACT_APP_ROOT_URL%/img/og2024-11.png" />
+    <meta property="og:image" content="%REACT_APP_ROOT_URL%/img/og2025.jpg" />
     <meta property="og:description" content="%REACT_APP_CF_DESC%" />
     <meta name="description" content="%REACT_APP_CF_DESC%" />
 
-- 
GitLab