Skip to content

Commit

Permalink
Merge pull request #40 from ATOR-Development/leggo/phase-1/dev
Browse files Browse the repository at this point in the history
Leggo/phase 1/dev
  • Loading branch information
MarcoMandar authored Jun 22, 2024
2 parents 0c475cb + 3ec21e2 commit 5e70c63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/web3modal.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const metadata = {
description:
'ATOR empowers the adoption and strength of the Tor network. ATOR Proof-of-Uptime and relay hardware allow users to earn passively while contributing to Tor.',
url: 'https://ator-dashboard.ar-io.dev/',
icons: ['/images/AtorLogo.png'],
icons: ['/images/ator-logo.png'],
};

export const getAtorAddress = () => {
Expand Down
4 changes: 2 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineNuxtConfig({
{
rel: 'icon',
type: 'image/png',
href: '/images/AtorLogo.png',
href: '/images/ator-logo.png',
},
],
},
Expand Down Expand Up @@ -61,7 +61,7 @@ export default defineNuxtConfig({
supportWalletPublicKeyBase64:
'K3jnSGVyHj4kSzgce3+k8gJsfHvUoQeJMNPO8CcsO2s=',
commitHash: process.env.NUXT_PUBLIC_COMMIT_HASH || 'dev',
version: '1.0.1',
version: '1.0.2',
},
},
plugins: [{ src: '~/plugins/vue-query.client.ts', mode: 'client' }],
Expand Down

0 comments on commit 5e70c63

Please sign in to comment.