-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix - 415 - Addings Settings Link Inside Drop Down Menu (#418)
- Loading branch information
1 parent
3887ee1
commit f3a688c
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
<link rel="stylesheet" href="https://unpkg.com/[email protected]/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> | ||
|
@@ -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> | ||
|