feat: add Instagram share button to social share component

This commit is contained in:
fredy.siswanto
2025-03-08 20:53:30 +07:00
parent 333fa32eda
commit 06608c7b5d
2 changed files with 11 additions and 9 deletions
+3 -3
View File
@@ -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">