Skip to content

Commit

Permalink
fix title (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranshu1902 authored Sep 21, 2023
1 parent 9f0ccca commit 58798cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Script from "next/script";
import Providers from "@/utils/provider";

export const metadata = {
title: process.env.NEXT_PUBLIC_AI_WARNING,
title: process.env.NEXT_PUBLIC_AI_NAME,
};

export default function RootLayout({
Expand Down

0 comments on commit 58798cd

Please sign in to comment.