diff --git a/examples/common_nestjs_remix/apps/web/app/modules/Landing/Landing.page.tsx b/examples/common_nestjs_remix/apps/web/app/modules/Landing/Landing.page.tsx index c6c8e3f..bbb8fce 100644 --- a/examples/common_nestjs_remix/apps/web/app/modules/Landing/Landing.page.tsx +++ b/examples/common_nestjs_remix/apps/web/app/modules/Landing/Landing.page.tsx @@ -3,8 +3,8 @@ import { Link, useLoaderData } from "@remix-run/react"; export const meta: MetaFunction = () => { return [ - { title: "New Remix App" }, - { name: "description", content: "Welcome to Remix!" }, + { title: "Selleo Remix" }, + { name: "description", content: "Welcome to the Selleo!" }, ]; }; diff --git a/examples/common_nestjs_remix/apps/web/public/favicon.ico b/examples/common_nestjs_remix/apps/web/public/favicon.ico index 8830cf6..ab66a5c 100644 Binary files a/examples/common_nestjs_remix/apps/web/public/favicon.ico and b/examples/common_nestjs_remix/apps/web/public/favicon.ico differ