Skip to content

Commit

Permalink
Fix - 415 - Addings Settings Link Inside Drop Down Menu (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
championpaddler authored and akshatnitd committed Oct 22, 2018
1 parent 3887ee1 commit f3a688c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/images/settings-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.1/dist/leaflet.css"
integrity="sha512-Rksm5RenBEKSKFjgI3a41vrjkw4EVPlJ3+OiI65vTjIdo9brlAacEuKOiQ5OFh7cOI1bkDwLqdLw3Zg0cRJAAQ=="
crossorigin=""/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Document</title>
Expand Down Expand Up @@ -37,6 +37,7 @@
<a id="export"><li>Export<img src="images/export.svg"></li></a>
<a href="" id="clear"><li>Clear Chat<img src="images/clearAll.svg" ></li></a>
<a href="login.html" target="_blank"><li id="log">Login<img src="images/login.svg" > </li></a>
<a href="options.html" target="_blank"><li>Settings <img src="images/settings-icon.svg"></li></a>
</div>
</div>
</header>
Expand Down

0 comments on commit f3a688c

Please sign in to comment.