From a71bb63d1fadc55693c9ecde66d1c36981ef1f6d Mon Sep 17 00:00:00 2001 From: David Luzar <5153846+dwelle@users.noreply.github.com> Date: Thu, 23 May 2024 11:52:37 +0200 Subject: [PATCH] fix: fix twitter og image (#8050) --- excalidraw-app/index.html | 6 +++--- public/{og-image-2.png => og-image-3.png} | Bin 2 files changed, 3 insertions(+), 3 deletions(-) rename public/{og-image-2.png => og-image-3.png} (100%) diff --git a/excalidraw-app/index.html b/excalidraw-app/index.html index db5bd6457..2fd21f722 100644 --- a/excalidraw-app/index.html +++ b/excalidraw-app/index.html @@ -20,7 +20,7 @@ name="description" content="Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them." /> - + @@ -35,7 +35,7 @@ property="og:description" content="Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them." /> - + @@ -51,7 +51,7 @@ /> diff --git a/public/og-image-2.png b/public/og-image-3.png similarity index 100% rename from public/og-image-2.png rename to public/og-image-3.png