removed favicon and updated page title
This commit is contained in:
parent
eac08bfbca
commit
b136e841f5
BIN
app/favicon.ico
BIN
app/favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
|
@ -5,8 +5,8 @@ import "./globals.css"
|
|||
const inter = Inter({ subsets: ["latin"] })
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create Next App",
|
||||
description: "Generated by create next app",
|
||||
title: "MTG Art Search",
|
||||
description: "Search for magic cards by features in their artwork",
|
||||
}
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
Loading…
Reference in New Issue