Skip to content

Commit

Permalink
Changes meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMwangi21 committed Aug 24, 2024
1 parent 1df5183 commit e5bb785
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 @@ -5,8 +5,8 @@ import { Toaster } from "react-hot-toast";
const inter = Inter({ subsets: ["latin"] });

export const metadata = {
title: "drawless - Chess. Without the draws",
description: "Play chess without drawing. Someone must win",
title: "drawless - Chess. Without limits",
description: "Play chess with random pieces at intervals",
};

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

0 comments on commit e5bb785

Please sign in to comment.