Skip to content

Commit

Permalink
feat(boilerplate): adjust title and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
k1eu committed Jul 5, 2024
1 parent 86c3367 commit b89a9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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!" },
];
};

Expand Down
Binary file modified examples/common_nestjs_remix/apps/web/public/favicon.ico
Binary file not shown.

0 comments on commit b89a9b8

Please sign in to comment.