Skip to content

Commit

Permalink
Merge pull request #12 from kazzkiq/master
Browse files Browse the repository at this point in the history
Removing disclaimer
  • Loading branch information
peerchemist committed Jan 7, 2019
2 parents bce0c43 + 4363c98 commit 675ccac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/components/main.component.svelte
Expand Up @@ -2,7 +2,6 @@
<Topbar ref:topbar on:mobilemenu="handleMobileMenu(event)" on:fontsize="handleFontSize(event)" />
<Menu ref:menu on:mobilemenu="handleMobileMenu(event)" />
<div class="body">
<div class="warn">Disclaimer:<br>This documentation is a work in progress. It isn't ready and shouldn't be shared with outsiders until the removal of this message. If you want to help build it, please <a href="https://github.com/peercoin/docs#peercoin-official-documentation-repository">click here</a>.</div>
<div class="menu-swipper" ></div>
<div class="doc-container font-{{fontSize}}" ref:docContainer>
{{{ documentationHTML }}}
Expand Down

0 comments on commit 675ccac

Please sign in to comment.