Compare commits
No commits in common. "b136e841f59a12a2508b9a51f2be504aeec9c020" and "790b68b097edea1812f60b0dead421fdf1edbd7a" have entirely different histories.
b136e841f5
...
790b68b097
|
@ -34,4 +34,3 @@ yarn-error.log*
|
|||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
data.json
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
|
@ -5,8 +5,8 @@ import "./globals.css"
|
|||
const inter = Inter({ subsets: ["latin"] })
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "MTG Art Search",
|
||||
description: "Search for magic cards by features in their artwork",
|
||||
title: "Create Next App",
|
||||
description: "Generated by create next app",
|
||||
}
|
||||
|
||||
export default function RootLayout({
|
||||
|
|
Loading…
Reference in New Issue