From 41f70e9fb42ba6f15b8d7ac5b1135876aab37967 Mon Sep 17 00:00:00 2001 From: Franjo Mindek Date: Thu, 9 Oct 2025 15:28:06 +0200 Subject: [PATCH] remove dt dd --- template/app/src/user/AccountPage.tsx | 40 +++++++++++++-------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/template/app/src/user/AccountPage.tsx b/template/app/src/user/AccountPage.tsx index c80813ee..ea4419e6 100644 --- a/template/app/src/user/AccountPage.tsx +++ b/template/app/src/user/AccountPage.tsx @@ -30,12 +30,12 @@ export default function AccountPage({ user }: { user: User }) { {!!user.email && (
-
+
Email address -
-
+
+
{user.email} - +
)} @@ -44,12 +44,12 @@ export default function AccountPage({ user }: { user: User }) {
-
+
Username -
-
+
+
{user.username} - +
@@ -57,9 +57,9 @@ export default function AccountPage({ user }: { user: User }) {
-
+
Your Plan -
+
-
+
Credits -
-
+
+
{user.credits + " credits"} - +
@@ -84,12 +84,12 @@ export default function AccountPage({ user }: { user: User }) {
-
+
About -
-
+
+
I'm a cool customer. - +
@@ -119,9 +119,9 @@ function UserCurrentSubscriptionPlan({ return ( <> -
+
{subscriptionPlanMessage} -
+