feat: add Instagram share button to social share component
This commit is contained in:
@@ -52,10 +52,10 @@ export const NewsDetailPage = () => {
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{/* <IconsSocial className="flex-row" /> */}
|
||||
|
||||
<SocialShareButtons
|
||||
url={`${currentUrl}`}
|
||||
title={title}
|
||||
title={`${title}`}
|
||||
/>
|
||||
</div>
|
||||
{/* END TODO: create component for this section */}
|
||||
@@ -78,7 +78,7 @@ export const NewsDetailPage = () => {
|
||||
|
||||
<SocialShareButtons
|
||||
url={`${currentUrl}`}
|
||||
title={title}
|
||||
title={`${title}`}
|
||||
/>
|
||||
</div>
|
||||
<div className="flex flex-wrap items-end gap-2">
|
||||
|
||||
Reference in New Issue
Block a user