From 23b30fcc0d096fbe3ddc00942226e1926ca065ac Mon Sep 17 00:00:00 2001 From: shoshannaTM Date: Thu, 11 Dec 2025 15:32:00 -0800 Subject: [PATCH] ogTitle update --- src/app.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.controller.ts b/src/app.controller.ts index e9258760..fb512da7 100644 --- a/src/app.controller.ts +++ b/src/app.controller.ts @@ -8,7 +8,7 @@ export class AppController { root() { return { message: 'Hello world!', - ogTitle: 'Lazztech Hub - Social App', + ogTitle: 'Lazztech Noun - Social App', ogDescription: 'From app to the real world - Foster Community', ogImage: 'https://noun.lazz.tech/assets/banner.webp', };