From ec7437dad2a8ccc084dc2033687b78f3d0b5c115 Mon Sep 17 00:00:00 2001 From: Max Mogilski Date: Mon, 13 Nov 2023 12:02:45 +0100 Subject: [PATCH] feat: add share on social - article --- src/app/[lang]/article/[slug]/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/[lang]/article/[slug]/page.tsx b/src/app/[lang]/article/[slug]/page.tsx index a79deb8..5f74f11 100644 --- a/src/app/[lang]/article/[slug]/page.tsx +++ b/src/app/[lang]/article/[slug]/page.tsx @@ -53,6 +53,9 @@ export default async function Web({ params: { slug, lang } }: ArticlePageProps) )} +
+ +