This commit is contained in:
epoberezkin
2024-06-04 19:05:02 +00:00
parent ae70ed9d8f
commit 008b6b4b33
4 changed files with 2 additions and 2 deletions
@@ -45,7 +45,7 @@
<meta property="og:type" content="article" />
<meta property="og:title" content="SimpleX network: private message routing, v5.8 released with IP address protection and chat themes" />
<meta property="og:image" content="https://simplex.chat/blog/images/20240604-theme3.png" />
<meta property="og:image" content="https://simplex.chat/blog/images/20240604-routing.png" />
<meta name="twitter:card" content="summary" />
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon.ico" />
Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 609 KiB

+1 -1
View File
@@ -414,7 +414,7 @@ window.addEventListener('scroll',changeHeaderBg);
<div class="min-h-[inherit] h-full w-full flex items-end px-4 pt-4 justify-center relative">
<img class="w-full max-w-[240px] h-auto" src="images/20240604-theme3.png" alt="" srcset="">
<img class="w-full max-w-[240px] h-auto" src="images/20240604-routing.png" alt="" srcset="">
</div>