diff --git a/apps/client/components/Meta.tsx b/apps/client/components/Meta.tsx index f6512440..e2f25f7a 100644 --- a/apps/client/components/Meta.tsx +++ b/apps/client/components/Meta.tsx @@ -18,7 +18,6 @@ export default function Meta() { property="og:description" content="Maybe is modern financial & investment planning" /> - {/* */} @@ -28,10 +27,6 @@ export default function Meta() { property="twitter:description" content="Maybe is modern financial & investment planning" /> - {/* */} diff --git a/apps/client/pages/api/card.tsx b/apps/client/pages/api/card.tsx index a87e18ca..c05067bb 100644 --- a/apps/client/pages/api/card.tsx +++ b/apps/client/pages/api/card.tsx @@ -14,6 +14,10 @@ const now = DateTime.now() export default async function handler(req: NextRequest) { const fontData = await font + const { headers } = req + const protocol = headers.get('x-forwarded-proto') || 'http' + const host = headers.get('host') + const baseUrl = `${protocol}://${host}` try { const { searchParams } = new URL(req.url) @@ -49,7 +53,7 @@ export default async function handler(req: NextRequest) { >
-
+
Maybe

{stepTitle}

@@ -63,15 +63,15 @@ export function Welcome({ title: stepTitle, onNext }: StepProps) {

-
- +
+ Your Maybe card
-
+
diff --git a/libs/client/features/src/user-details/UserDetails.tsx b/libs/client/features/src/user-details/UserDetails.tsx index 5098b7d0..10da0bfe 100644 --- a/libs/client/features/src/user-details/UserDetails.tsx +++ b/libs/client/features/src/user-details/UserDetails.tsx @@ -40,7 +40,7 @@ export function UserDetails() { } return ( -
+

Profile

@@ -64,7 +64,7 @@ export function UserDetails() {

Account

-

Email address

+

Email address

Danger Zone

-

+

Deleting your account is a permanent action. If you delete your account, you will no longer be able to sign and all data will be deleted.

@@ -189,8 +189,8 @@ function MaybeCardSection() { className="mt-5 text-base" onSubmit={handleSubmit((data) => updateProfile.mutate(data))} > -

Maybe Card

-
+

Maybe Card

+
-
+
@@ -264,12 +264,12 @@ function MaybeCardSection() {