Skip to content

Commit

Permalink
Merge pull request #59 from ATOR-Development/leggo/phase-1/dev
Browse files Browse the repository at this point in the history
 Find Out More and update twitter
  • Loading branch information
MarcoMandar committed Aug 7, 2024
2 parents c08be3a + 66f8953 commit 414ac89
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composables/warp-signer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class WarpSigner extends InjectedEthereumSigner {

async setPublicKey() {
let message =
'Please sign this message to authenticate with the ATOR dashboard. ' +
'Please sign this message to authenticate with the ANON dashboard. ' +
'You will only need to do this once per session when interacting with ' +
'the Relay Registry.';

Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineNuxtConfig({
content: 'ANON Dashboard',
},
{ property: 'og:site_name', content: 'AnyOne Dashboard' },
{ name: 'twitter:site', content: '@atorprotocol' },
{ name: 'twitter:site', content: '@AnyoneFDN' },
],
link: [
{
Expand Down
2 changes: 1 addition & 1 deletion pages/_index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const handleClaimAllRewards = async () => {
Rewards history
</h2>
<p class="mb-4 text-sm mt-4">
Earn rewards by contributing relays to the ATOR network.
Earn rewards by contributing relays to the ANON network.
</p>
</div>
<div v-if="isConnected" class="redeem flex gap-6 items-center">
Expand Down
9 changes: 8 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,14 @@
Rewards history
</h2>
<p class="mb-4 text-sm mt-4">
Earn rewards by contributing relays to the ATOR network.
Earn rewards by contributing relays to the ANON network.
<a
href="http://docs.anyone.io/"
target="_blank"
class="dark:text-cyan-200 text-cyan-500 underline"
>
Find Out More
</a>
</p>
</div>
<div v-if="isConnected" class="redeem flex gap-6 items-center">
Expand Down

0 comments on commit 414ac89

Please sign in to comment.