Skip to content

Commit

Permalink
Merge pull request #4 from Racks-Labs/develop
Browse files Browse the repository at this point in the history
new metadato
  • Loading branch information
yond1994 authored Jun 3, 2024
2 parents 120c2bb + 323c1e7 commit 130acfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/web/app/(auth)/auth/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down
4 changes: 2 additions & 2 deletions apps/web/app/s/[surveyId]/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const getMetadataForLinkSurvey = async (surveyId: string): Promise<Metada
metadataBase: new URL(WEBAPP_URL),
openGraph: {
title: survey.name,
description: "Thanks a lot for your time 🙏",
description: "Muchas gracias por su tiempo 🙏",
url: `/s/${survey.id}`,
siteName: "",
images: [ogImgURL],
Expand All @@ -39,7 +39,7 @@ export const getMetadataForLinkSurvey = async (surveyId: string): Promise<Metada
twitter: {
card: "summary_large_image",
title: survey.name,
description: "Thanks a lot for your time 🙏",
description: "Muchas gracias por su tiempo🙏",
images: [ogImgURL],
},
};
Expand Down

0 comments on commit 130acfd

Please sign in to comment.