Browse Source

cleanup

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
ee36958e0d
  1. 1
      app/coins/btc.js
  2. 2
      views/layout.pug

1
app/coins/btc.js

@ -5,7 +5,6 @@ module.exports = {
siteDescriptionHtml:"<b>BTC Explorer</b> is <a href='https://github.com/janoside/btc-rpc-explorer). If you run your own [Bitcoin Full Node](https://bitcoin.org/en/full-node), **BTC Explorer** can easily run alongside it, communicating via RPC calls. See the project [ReadMe](https://github.com/janoside/btc-rpc-explorer) for a list of features and instructions for running.",
nodeTitle:"Bitcoin Full Node",
nodeUrl:"https://bitcoin.org/en/full-node",
genesisBlockNoteMarkdown:"",
currencyUnits:[
{
name:"BTC",

2
views/layout.pug

@ -15,7 +15,7 @@ html
link(rel="icon", type="image/png", sizes="16x16", href="/img/favicons/favicon-16x16.png")
block headContent
title BTC Explorer
title Explorer
body
nav(class="navbar navbar-expand-lg navbar-dark bg-dark mb-4")

Loading…
Cancel
Save