Compare commits
No commits in common. "b136e841f59a12a2508b9a51f2be504aeec9c020" and "790b68b097edea1812f60b0dead421fdf1edbd7a" have entirely different histories.
b136e841f5
...
790b68b097
|
@ -34,4 +34,3 @@ yarn-error.log*
|
||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
next-env.d.ts
|
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"] })
|
const inter = Inter({ subsets: ["latin"] })
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "MTG Art Search",
|
title: "Create Next App",
|
||||||
description: "Search for magic cards by features in their artwork",
|
description: "Generated by create next app",
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|
Loading…
Reference in New Issue