From e79f4c096666147f916d19b8947c84ff2f4f8d01 Mon Sep 17 00:00:00 2001 From: Tero Halla-aho Date: Sun, 21 Dec 2025 13:53:46 +0200 Subject: [PATCH] Grid-align billing toggle cards --- app/me/page.tsx | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/app/me/page.tsx b/app/me/page.tsx index c294f4f..ab1080c 100644 --- a/app/me/page.tsx +++ b/app/me/page.tsx @@ -224,8 +224,11 @@ export default function ProfilePage() { {billingMessage ?

{billingMessage}

: null} {billingError ?

{billingError}

: null}
-