From daab1bf3ee85556384fe87f09ecab2ff8a3f84dd Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Tue, 17 Dec 2024 18:40:01 +0100 Subject: [PATCH] NORY-36: fix app description --- authentication/src/app/layout.tsx | 2 +- dashboard/src/app/layout.tsx | 2 +- docker/ory-dev/.env | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/authentication/src/app/layout.tsx b/authentication/src/app/layout.tsx index 9c43841..d3513e3 100644 --- a/authentication/src/app/layout.tsx +++ b/authentication/src/app/layout.tsx @@ -11,7 +11,7 @@ const inter = Inter({ subsets: ['latin'] }); const APP_NAME = 'Next Ory'; const APP_DEFAULT_TITLE = 'Next Ory'; const APP_TITLE_TEMPLATE = `%s | ${APP_DEFAULT_TITLE}`; -const APP_DESCRIPTION = 'Get started with ORY authentication quickly and easily.'; +const APP_DESCRIPTION = 'Get started with Ory authentication quickly and easily.'; export const metadata = { applicationName: APP_NAME, diff --git a/dashboard/src/app/layout.tsx b/dashboard/src/app/layout.tsx index 6c716cf..3cbf18b 100644 --- a/dashboard/src/app/layout.tsx +++ b/dashboard/src/app/layout.tsx @@ -10,7 +10,7 @@ const inter = Inter({ subsets: ['latin'] }); const APP_NAME = 'Next Ory'; const APP_DEFAULT_TITLE = 'Next Ory'; const APP_TITLE_TEMPLATE = `%s | ${APP_DEFAULT_TITLE}`; -const APP_DESCRIPTION = 'Get started with ORY authentication quickly and easily.'; +const APP_DESCRIPTION = 'Get started with Ory authentication quickly and easily.'; export const metadata = { applicationName: APP_NAME, diff --git a/docker/ory-dev/.env b/docker/ory-dev/.env index 2d3b681..5714cfa 100644 --- a/docker/ory-dev/.env +++ b/docker/ory-dev/.env @@ -1,2 +1,2 @@ -# The URL of ORY Hydras admin API +# The URL of Ory Hydras admin API HYDRA_ADMIN_API=http://hydra:4445