Skip to content

Commit

Permalink
fix: update open auction url on layout component
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Apr 3, 2024
1 parent 06afbc7 commit 13d45ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nouns-camp/src/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const NavBar = ({ navigationStack, actions: actions_ }) => {
navigator.clipboard.writeText(connectedWalletAccountAddress);
break;
case "open-auction":
window.open("https://nouns.wtf", "_blank");
window.open("https://lilnouns.wtf", "_blank");
break;
case "navigate-to-accounts-listing":
navigate("/voters");
Expand Down

0 comments on commit 13d45ad

Please sign in to comment.