Merge pull request #19 from wownero/bleepbleep

Add Aluisyo node, fix navbar href
v0.1.3
xmrdsc 5 years ago committed by GitHub
commit da7b1c6451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,6 +27,7 @@ export class Config {
"node": "node.wowne.ro:34568",
"nodes": [
{"address": "node.wowne.ro:34568", "location": "New Jersey, United States", "region": "US"},
{"address": "wow.aluisyo.network:34568", "location": "The Moon", "region": "Moon"},
{"address": "localhost:34568", 'location': "", "region": "*"}
],
"wallets": []

@ -1,7 +1,7 @@
<template>
<nav class="navbar navbar-dark bg-dark fixed-top navbar-expand-md">
<div class="container nopadding nomargin">
<a class="navbar-brand" href="/">
<a class="navbar-brand" href="#">
<img id="logo" src="~@/assets/wownero.png">
</a>

Loading…
Cancel
Save