summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xassets/js/search.js2
-rwxr-xr-xindex.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/js/search.js b/assets/js/search.js
index 12736b2..bd3fc2a 100755
--- a/assets/js/search.js
+++ b/assets/js/search.js
@@ -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";
diff --git a/index.html b/index.html
index bed4f55..bf85fda 100755
--- a/index.html
+++ b/index.html
@@ -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>