Skip to content

Commit

Permalink
Merge pull request #81 from web3data/fix/docs-logo
Browse files Browse the repository at this point in the history
fix(docs-log): Fix logo not displaying in docs
  • Loading branch information
TrevorJTClarke authored Jan 11, 2020
2 parents 294bdf3 + d826feb commit 1218608
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<style>
.sidebar-logo {
.sidebar .app-name-link img {
height: 85px;
}
.app-sub-sidebar li:before {
Expand Down Expand Up @@ -40,7 +40,8 @@
<div id="app"></div>
<script>
window.$docsify = {
name: '<img src="assets/web3data-js-logo.png" alt="W3D Logo" class="sidebar-logo">',
name: 'Web3Data.js',
logo: 'assets/web3data-js-logo.png',
repo: 'https://github.com/web3data/web3data-js',
themeColor: '#269883',
loadSidebar: true,
Expand Down

0 comments on commit 1218608

Please sign in to comment.