Skip to content

Commit

Permalink
Merge pull request #19 from hubcio2115/chore/app-title
Browse files Browse the repository at this point in the history
Change app's title and description
  • Loading branch information
Ciszkoo authored Nov 18, 2023
2 parents b20a380 + e018f8a commit 3c26cdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ import "~/styles/globals.css";
import { TRPCReactProvider } from "~/trpc/react";

export const metadata = {
title: "Create T3 App",
description: "Generated by create-t3-app",
title: "Editthing",
description:
"Welcome to Editthing - your go-to platform for enhanced collaboration between editors and YouTube creators.",
};

export default function RootLayout({ children }: PropsWithChildren) {
Expand Down

0 comments on commit 3c26cdf

Please sign in to comment.