Skip to content

Commit

Permalink
Fix: Fixed errors and add YARN for all
Browse files Browse the repository at this point in the history
  • Loading branch information
subhadeeproy3902 committed May 14, 2024
1 parent 7716b23 commit 9a85b8f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ yarn-error.log*
next-env.d.ts

.env.local
.env
Binary file removed bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion src/app/contributors/ContributorsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
];

0 comments on commit 9a85b8f

Please sign in to comment.