Skip to content

Commit

Permalink
I included the title, description, and favicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
L3on06 committed Mar 2, 2024
1 parent f52efef commit 46ac72f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
Binary file removed app/favicon.ico
Binary file not shown.
Binary file added app/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ import { Inter } from "next/font/google";
const inter = Inter({ subsets: ["latin"] });

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Dicce Game",
description: "Roll & Win Dice Game: Roll the dice and match the numbers to win points. The player with the highest score after a set number of rounds wins! Easy to learn, addictive fun for all ages.",
icons: {
icon: ['/icon.png'],
apple: ['/icon.png'],
shortcut: ['/icon.png']
}
};

export default function RootLayout({
Expand Down
1 change: 0 additions & 1 deletion public/next.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/vercel.svg

This file was deleted.

0 comments on commit 46ac72f

Please sign in to comment.