Devin Haney's wife is reportedly social media influencer Leena Sayed.
'The Dream' is currently expected to return to the boxing ring this Saturday night. There, the former undisputed lightweight champion will face Regis Prograis. The bout will be his first up at super lightweight as he attempts to become a two-weight champion.
On fight night, it's likely that Haney will be supported by his wife, Leena Sayed. While their relationship isn't very public, the two reportedly got married earlier this year. The former champion is obviously the more well-known figure, but Sayed isn't lacking in popularity herself.
Reportedly born in New York, Devin Haney's partner currently has 749,000 followers on Instagram. There, Sayed has many branded posts and worked with various brands. Beyond that, she also shows multiple pictures of herself modeling, which is another major part of her life.
It's also worth noting that Sayed was previously a part of a group known as Taz's Angels. However, any association that she had with the group is no longer mentioned on her social media pages.
In terms of their relationship with Haney, the two are quite quiet on social media. Still, fans are aware of it and regularly jokingly ask where the boxer is in the comment section of her Instagram posts.
Who was Devin Haney's partner before Leena Sayed?
Devin Haney's marriage with Leena Sayed is likely quiet due to his previous relationship.
'The Dream' is one of the biggest stars in the sport today. With that in mind, it's not surprising that he dated another celebrity prior to Sayed, that being India Love. The musician has over 5 million Instagram followers as of writing.
Love and Haney had a high-profile relationship that lasted well over a year. However, the two reportedly broke up earlier this year, leading to rumors that the boxer was later dating and then married to Leena Sayed.
India Love herself confirmed that the two were broken up in an interview this March. While Devin Haney never directly discussed the relationship, he went on Instagram Live later that day. There, the former lightweight champion stated that he "felt like a new man".
In a video uploaded in March, Haney stated:
"I'm just living life, I'm blessed, went to Mecca and I'm feeling rejuvenated. I feel like a new man. I washed away my sins, and I'm just living a good life, a clean life. That's what life is about, just trying to become a better me."
See his comments in the video below (1:00)
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1771949, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1771949); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1771949) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1771949) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();