Skip to content

Commit

Permalink
Corrected logo on site page
Browse files Browse the repository at this point in the history
  • Loading branch information
sagargurtu committed Jul 24, 2019
1 parent 552423f commit dcc47b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<body>
<div id="container">
<img id="logo" src="../src/assets/images/logo.png" alt="Lector" />
<img id="logo" src="assets/images/logo.png" alt="Lector" />
<div id="productLabel">Lector</div>
<div id="desc">A simple PDF Reader</div>
<a id="win" href="https://github.com/sagargurtu/lector/blob/master/dist/LectorSetup.exe?raw=true">Download for Windows</a>
Expand Down

0 comments on commit dcc47b1

Please sign in to comment.