Skip to content

Commit

Permalink
📝 Merge pull request #11 from djangocon/fixes-platinum-spelling
Browse files Browse the repository at this point in the history
📝 Fixes Platinum spelling
  • Loading branch information
jefftriplett authored May 2, 2024
2 parents 20f05fa + 3bc6b41 commit 76dbb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eleventy.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module.exports = (config) => {
const visibleSponsors = sponsors.filter(sponsor => !sponsor.data.hidden);
const levelOrder = [
"Diamond",
"Platnum",
"Platinum",
"Gold",
"Silver",
"Bronze",
Expand Down

0 comments on commit 76dbb3a

Please sign in to comment.