Skip to content

Commit

Permalink
Merge pull request #98 from Blazity/footer-tweaks
Browse files Browse the repository at this point in the history
feat: add share on social - article
  • Loading branch information
Max-Mogilski committed Nov 13, 2023
2 parents 66e08c4 + ec7437d commit 588b231
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/[lang]/article/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ export default async function Web({ params: { slug, lang } }: ArticlePageProps)
</section>
)}
</article>
<div className="mb-5 border-t py-5">
<ShareOnSocial articleUrl={articleUrl} articleTitle={title} />
</div>
<NextIntlClientProvider locale={lang}>
<RecommendedArticles id={article.id} />
</NextIntlClientProvider>
Expand Down

0 comments on commit 588b231

Please sign in to comment.