From 623b11ac658947fa183f9b2f8706acfcbd50b62f Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Mon, 24 Jul 2023 17:59:44 +0400 Subject: [PATCH] Changed "share" icon --- src/components/ArticleCard.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ArticleCard.astro b/src/components/ArticleCard.astro index 60a9926..8ea4c4d 100644 --- a/src/components/ArticleCard.astro +++ b/src/components/ArticleCard.astro @@ -47,7 +47,7 @@ const link = `/blog/${post.slug}`;