feat(share): enhance sharing functionality with social media integration and link copying

This commit is contained in:
hamed
2026-06-21 17:42:07 +03:30
parent 03eb483486
commit f668d1b0a7
2 changed files with 52 additions and 8 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ function Share({ data }) {
<p className="text-[#525252] text-[11px] md:text-[12px] lg:text-[14px] font-normal">
شما می توانید این پزشک را با دیگران به اشتراک بگذارید:
</p>
<List hiddenRef={hiddenRef} />
<List hiddenRef={hiddenRef} data={data} />
</Box>
</Modal>
</div>