Compare commits

..

2 Commits

Author SHA1 Message Date
Henry Hobbs b136e841f5 removed favicon and updated page title 2024-05-25 13:41:58 -04:00
Henry Hobbs eac08bfbca removing card data from git 2024-05-25 13:36:02 -04:00
4 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

View File

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

File diff suppressed because one or more lines are too long