From d62447a12af7c3b6bb0be6c63f11ba90088d3bce Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 11 Sep 2025 14:48:36 +0200 Subject: [PATCH] Unstick like --- web/components/profile/lover-profile.tsx | 2 +- web/components/widgets/like-button.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/components/profile/lover-profile.tsx b/web/components/profile/lover-profile.tsx index 02e4b95e..001b176d 100644 --- a/web/components/profile/lover-profile.tsx +++ b/web/components/profile/lover-profile.tsx @@ -110,7 +110,7 @@ export function LoverProfile(props: { {areCompatible && ((!fromLoverPage && !isCurrentUser) || (fromLoverPage && fromLoverPage.user_id === currentUser?.id)) && ( - + )} diff --git a/web/components/widgets/like-button.tsx b/web/components/widgets/like-button.tsx index 8cdbb6ab..1a7b72d3 100644 --- a/web/components/widgets/like-button.tsx +++ b/web/components/widgets/like-button.tsx @@ -69,7 +69,7 @@ export const LikeButton = (props: {
{liked ? <>Liked! : <>Like}
-