Merge pull request #24 from simonporte/master

Small fixes
This commit is contained in:
Jeroen 2021-12-05 02:19:39 +01:00 committed by GitHub
commit 804a22bcbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ function search(text) {
var option = text.substr(1);
switch (option) {
case "d":
window.location = "https://www.dukduckgo.com";
window.location = "https://www.duckduckgo.com";
break;
case "y":
window.location = "https://www.youtube.com";

View file

@ -60,7 +60,7 @@
<header id="modal-footer">
<a href="https://github.com/jeroenpardon/"><span class="iconify" data-icon="mdi-github-box"></span></a>
<a href="https://materialdesignicons.com/"><span class="iconify" data-icon="mdi-material-design"></a></span>
<a href="https://materialdesignicons.com/"><span class="iconify" data-icon="mdi-material-design"></span></a>
</header>
</div>
</section>