Skip to content

Commit

Permalink
Merge pull request #220 from nwplus/fix-spocos-tier
Browse files Browse the repository at this point in the history
Inkind -> inkind
  • Loading branch information
meleongg authored Nov 17, 2023
2 parents e8a12d7 + b84b701 commit 4ceee3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/spocos.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default function SponsorshipPage({ hackathonId }) {
imgName: '',
lastmod: '',
lastmodBy: '',
tier: 'Inkind',
tier: 'inkind',
id: '',
});
setShowEditWindow(true);
Expand Down Expand Up @@ -197,7 +197,7 @@ export default function SponsorshipPage({ hackathonId }) {
imgName: '',
lastmod: '',
lastmodBy: '',
tier: 'Inkind',
tier: 'inkind',
});

setimgFile(null);
Expand Down

0 comments on commit 4ceee3b

Please sign in to comment.