Skip to content

Commit

Permalink
update display name
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinreallife committed May 19, 2024
1 parent 3cf87ea commit 164211f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });

export const metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "kb in real life",
description: "what is this, a website for ants?",
};

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

0 comments on commit 164211f

Please sign in to comment.