Skip to content

Commit

Permalink
Merge pull request #73 from anyone-protocol/leggo/phase-1/dev
Browse files Browse the repository at this point in the history
Leggo/phase 1/dev
  • Loading branch information
MarcoMandar authored Sep 6, 2024
2 parents e87484b + 4398d5e commit 23d1e26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions constants/relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const defaultColumns: {
}[] = [
{
key: 'fingerprint',
label: 'Relay fingerprint',
label: 'Relay Fingerprint',
},
{
key: 'nickname',
Expand All @@ -18,7 +18,7 @@ const defaultColumns: {
},
{
key: 'observedBandwidth',
label: 'Observed Bandwith',
label: 'Observed Bandwidth',
},
// {
// key: 'consensusWeight',
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default defineNuxtConfig({
supportWalletPublicKeyBase64:
'K3jnSGVyHj4kSzgce3+k8gJsfHvUoQeJMNPO8CcsO2s=',
commitHash: process.env.NUXT_PUBLIC_COMMIT_HASH || 'dev',
version: '1.1.5',
version: '1.1.7',
},
},
plugins: [{ src: '~/plugins/vue-query.client.ts', mode: 'client' }],
Expand Down

0 comments on commit 23d1e26

Please sign in to comment.