Skip to content

Commit

Permalink
update governance url (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
cctdaniel authored Nov 20, 2023
1 parent cbb6359 commit 7b16e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Header = () => {
</a>
</Link>
<Link
href={`https://realms.today/dao/PYTH${
href={`https://realms.pyth.network/dao/PYTH${
process.env.CLUSTER !== 'mainnet'
? '?cluster=' + process.env.CLUSTER
: ''
Expand Down Expand Up @@ -101,7 +101,7 @@ const Header = () => {
<a>Staking</a>
</Link>
<Link
href={`https://realms.today/dao/PYTH${
href={`https://realms.pyth.network/dao/PYTH${
process.env.CLUSTER !== 'mainnet'
? '?cluster=' + process.env.CLUSTER
: ''
Expand Down

2 comments on commit 7b16e33

@vercel
Copy link

@vercel vercel bot commented on 7b16e33 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

staking-devnet – ./

staking-devnet-pyth-web.vercel.app
staking-devnet-git-main-pyth-web.vercel.app
governance-nu.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 7b16e33 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.