Skip to content

Commit b557869

Browse files
committed
dev
1 parent d1e70f5 commit b557869

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

src/components/Profile/Profile.jsx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -262,14 +262,6 @@ function Card({ data }) {
262262
<button className="profile-share-close" onClick={() => setShowTooltip(false)}>
263263
<FaTimes />
264264
</button>
265-
<div className="profile-share-row" onClick={handleShareX}>
266-
<FaXTwitter className="text-xl" />
267-
<span>Share on X</span>
268-
</div>
269-
<div className="profile-share-row" onClick={handleShareLinkedIn}>
270-
<FaLinkedin className="text-xl" />
271-
<span>Share on LinkedIn</span>
272-
</div>
273265
<div className="profile-share-row" onClick={handleCopy}>
274266
<FaCopy className="text-xl" />
275267
<span>Copy Link</span>
@@ -284,6 +276,14 @@ function Card({ data }) {
284276
<FaQrcode className="text-xl" />
285277
<span>Share QR</span>
286278
</div>
279+
<div className="profile-share-row" onClick={handleShareLinkedIn}>
280+
<FaLinkedin className="text-xl" />
281+
<span>Share on LinkedIn</span>
282+
</div>
283+
<div className="profile-share-row" onClick={handleShareX}>
284+
<FaXTwitter className="text-xl" />
285+
<span>Share on X</span>
286+
</div>
287287
</div>
288288
)}
289289
</div>
@@ -447,7 +447,6 @@ function Card({ data }) {
447447
<FaProductHunt className="text-2xl text-blue-600 duration-300 hover:scale-125" />
448448
</a>
449449
)}
450-
451450
{data.social?.Medium && (
452451
<a href={data.social.Medium} target="_blank" rel="noreferrer">
453452
<FaMedium className="text-2xl text-blue-600 duration-300 hover:scale-125" />

0 commit comments

Comments
 (0)