Skip to content

Commit

Permalink
the desktop app prefers these for some reason alsdfksdafsdaf
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Mar 31, 2024
1 parent 497cacc commit d6546e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let mobile = window.navigator.userAgent.toLowerCase().includes("mobi");
console.log("Exit Now! This part is used for devolopers.");

// navbar
content = '<div class="navbar"><a href="'+baseUrl+'"><img src="src/images/Logo.svg" alt="bark" width="25" height="25" ></a><a href="editor_new">create</a><a href="explore.html">explore</a>'
content = '<div class="navbar"><a href="'+baseUrl+'"><img src="src/images/Logo.svg" alt="bark" width="25" height="25" ></a><a href="https://bark-coding.vercel.app/editor_new">create</a><a href="explore.html">explore</a>'
content += '<a href="ideas.html">ideas</a><a href="about.html">about</a><a href="https://barkprogram.boards.net/">discuss</a>'
console.log(localStorage.getItem("myBarkUsername") != "")
content += '<a class="dark-mode-button" id="darkModeToggle"><dmbico alt="Dark Mode"></dmbico></a><form action="search.html" style="display: contents;"><input class="searchBar" id="search" name="q" placeholder="Search for Projects"></input></form>'
Expand Down

0 comments on commit d6546e2

Please sign in to comment.