Skip to content

Commit

Permalink
update awards to show unclaimed at top (#123)
Browse files Browse the repository at this point in the history
Also add locator
  • Loading branch information
byronwall committed Oct 22, 2023
1 parent 11c2b2a commit 5d9c144
Show file tree
Hide file tree
Showing 7 changed files with 8,738 additions and 5,661 deletions.
11 changes: 11 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
presets: ["next/babel"],
plugins: [
[
"@locator/babel-jsx/dist",
{
env: "development",
},
],
],
};
4 changes: 2 additions & 2 deletions components.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"aliases": {
"components": "~/components",
"utils": "~/utils"
"utils": "~/lib/utils"
}
}
}
Loading

0 comments on commit 5d9c144

Please sign in to comment.