From 323c1e77202eddefa1405d8e55d4ca545666fb71 Mon Sep 17 00:00:00 2001 From: yond1994 Date: Mon, 3 Jun 2024 14:18:58 +0200 Subject: [PATCH] new metadato --- apps/web/app/(auth)/auth/login/page.tsx | 2 +- apps/web/app/s/[surveyId]/metadata.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/app/(auth)/auth/login/page.tsx b/apps/web/app/(auth)/auth/login/page.tsx index 75e25c3960d4..13612e1b425d 100644 --- a/apps/web/app/(auth)/auth/login/page.tsx +++ b/apps/web/app/(auth)/auth/login/page.tsx @@ -16,7 +16,7 @@ import { export const metadata: Metadata = { title: "Login", - description: "Open-source Experience Management. Free & open source.", + description: "Nogués Abogados, Expertos en derecho bancario", }; const Page = () => { diff --git a/apps/web/app/s/[surveyId]/metadata.ts b/apps/web/app/s/[surveyId]/metadata.ts index 259427aae1ec..97edcaf3c62d 100644 --- a/apps/web/app/s/[surveyId]/metadata.ts +++ b/apps/web/app/s/[surveyId]/metadata.ts @@ -29,7 +29,7 @@ export const getMetadataForLinkSurvey = async (surveyId: string): Promise