Skip to content

Commit

Permalink
Update ExplorePage.js
Browse files Browse the repository at this point in the history
Change the label name of EASOPGoerli to Sepolia

TODO: change the filter name and other variable names
  • Loading branch information
Rashmi-278 authored Mar 24, 2024
1 parent 991deda commit 7031a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daostar-website/src/components/ExplorePage/ExplorePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const NetworkButtons = [
{ text: "Optimism-Goerli", filter: "optimism-goerli" },
{ text: "Osmosis", filter: "osmosis" },
{ text: "Stargaze", filter: "stargaze" },
{ text: "EAS OPGoerli", filter: "easOptimismGoerli" },
{ text: "EAS OPSepolia", filter: "easOptimismGoerli" },

];
NetworkButtons.sort((a, b) => a.text.localeCompare(b.text));
Expand Down

0 comments on commit 7031a08

Please sign in to comment.