Compare commits

..

No commits in common. "b136e841f59a12a2508b9a51f2be504aeec9c020" and "790b68b097edea1812f60b0dead421fdf1edbd7a" have entirely different histories.

4 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@ -34,4 +34,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
data.json

BIN
app/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -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({

1
data.json Normal file

File diff suppressed because one or more lines are too long