diff --git a/public/icons/lightning.svg b/public/icons/lightning.svg
new file mode 100644
index 00000000..11ddae16
--- /dev/null
+++ b/public/icons/lightning.svg
@@ -0,0 +1,3 @@
+
diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json
index e21cda3a..18ee20fa 100644
--- a/public/locales/en/translation.json
+++ b/public/locales/en/translation.json
@@ -336,6 +336,7 @@
"Something went wrong, please try again": "Something went wrong, please try again",
"Song lyrics": "Song lyrics...",
"Song title": "Song title",
+ "Soon": "Скоро",
"Sorry, this address is already taken, please choose another one.": "Sorry, this address is already taken, please choose another one",
"Special Projects": "Special Projects",
"Special projects": "Special projects",
diff --git a/public/locales/ru/translation.json b/public/locales/ru/translation.json
index 38acbca2..50714efd 100644
--- a/public/locales/ru/translation.json
+++ b/public/locales/ru/translation.json
@@ -355,6 +355,7 @@
"Something went wrong, please try again": "Что-то пошло не так, попробуйте еще раз",
"Song lyrics": "Текст песни...",
"Song title": "Название песни",
+ "Soon": "Скоро",
"Sorry, this address is already taken, please choose another one.": "Увы, этот адрес уже занят, выберите другой",
"Special Projects": "Спецпроекты",
"Special projects": "Спецпроекты",
diff --git a/src/components/Article/FullArticle.tsx b/src/components/Article/FullArticle.tsx
index 2fc420ce..79a6ea20 100644
--- a/src/components/Article/FullArticle.tsx
+++ b/src/components/Article/FullArticle.tsx
@@ -495,7 +495,6 @@ export const FullArticle = (props: Props) => {
title={props.article.title}
description={description}
imageUrl={props.article.cover}
- shareUrl={getShareUrl({ pathname: `/${props.article.slug}` })}
trigger={