From a71c7adaf7a08789af17a221662c1b2aaadfb304 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 6 Sep 2025 20:33:42 +0200 Subject: [PATCH] Move mutual likes down --- web/components/profile/lover-profile.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/components/profile/lover-profile.tsx b/web/components/profile/lover-profile.tsx index 1ec1010a..c357ecce 100644 --- a/web/components/profile/lover-profile.tsx +++ b/web/components/profile/lover-profile.tsx @@ -151,13 +151,6 @@ function LoverContent(props: { return ( <> - + ) }