diff --git a/.gitignore b/.gitignore index 4afccab..d2093a1 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ yarn-error.log* next-env.d.ts .env.local +.env diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index 8b40c4f..0000000 Binary files a/bun.lockb and /dev/null differ diff --git a/src/app/contributors/ContributorsData.ts b/src/app/contributors/ContributorsData.ts index c7da2e2..c678fc8 100644 --- a/src/app/contributors/ContributorsData.ts +++ b/src/app/contributors/ContributorsData.ts @@ -19,6 +19,6 @@ export const ContributorsData = [ { name: "Pradnya Gaitonde", github: "https://github.com/PradnyaGaitonde", - imageurl: "https://avatars.githubusercontent.com/u/116059908?v=4", + imageUrl: "https://avatars.githubusercontent.com/u/116059908?v=4", }, ];