Compare commits
2 Commits
790b68b097
...
b136e841f5
Author | SHA1 | Date |
---|---|---|
Henry Hobbs | b136e841f5 | |
Henry Hobbs | eac08bfbca |
|
@ -34,3 +34,4 @@ yarn-error.log*
|
|||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
data.json
|
||||
|
|
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