Skip to content

Commit

Permalink
Update home link and station references (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy authored Jun 28, 2024
1 parent 5af7e7f commit 5848e76
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For information about how Celo's Proof-of-Stake protocol works, or other aspects

## Support

For support, you can [file an issue](https://github.com/jmrossy/celo-station/issues/new) on this repository or join the [Celo Discord](https://discord.gg/celo)
For support, you can [file an issue](https://github.com/celo-org/celo-mondo/issues/new) on this repository or join the [Celo Discord](https://discord.gg/celo)

## Development

Expand Down
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ export const metadata: Metadata = {
},
description:
'Participate in Celo staking and governance. Start earning automatic rewards on your CELO!',
keywords: ['celo', 'staking', 'governance', 'delegation', 'station'],
keywords: ['celo', 'staking', 'governance', 'delegation', 'mondo'],
openGraph: {
title: 'Celo Mondo',
description: 'Staking & Governance for Celo',
images: [`/logos/celo-station.png`],
images: [`/logos/celo.png`],
},
twitter: {
card: 'summary_large_image',
Expand Down
6 changes: 3 additions & 3 deletions src/config/links.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
export const links = {
home: 'https://celo-station.vercel.app',
home: 'https://mondo.celo.org',
celo: 'https://celo.org',
discord: 'https://discord.gg/celo',
github: 'https://github.com/jmrossy/celo-station',
github: 'https://github.com/celo-org/celo-mondo',
twitter: 'https://twitter.com/CeloOrg',
docs: 'https://docs.celo.org',
forum: 'https://forum.celo.org',
governance: 'https://github.com/celo-org/governance',
delegate: 'https://github.com/jmrossy/celo-station/blob/main/src/config/delegates.json',
delegate: 'https://github.com/celo-org/celo-mondo/blob/main/src/config/delegates.json',
// RPCs
forno: 'https://forno.celo.org',
infura: 'https://celo-mainnet.infura.io/v3',
Expand Down
2 changes: 1 addition & 1 deletion src/features/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const useStore = create<AppState>()(
},
}),
{
name: 'celo-station-state',
name: 'celo-mondo-state',
partialize: (_state) => ({}),
version: PERSIST_STATE_VERSION,
},
Expand Down

0 comments on commit 5848e76

Please sign in to comment.