Skip to content

Commit

Permalink
Merge pull request #99 from bacwyls/bw/logo404
Browse files Browse the repository at this point in the history
fix logo 404
  • Loading branch information
dr-frmr authored Feb 1, 2024
2 parents 4163a73 + 772ccb8 commit cb7fbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/customize-buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ document.addEventListener("DOMContentLoaded", () => {
const sidebar = document.querySelector(".sidebar-scrollbox");
if (sidebar) {
const logo = document.createElement("img");
logo.src = "assets/KINODE_SYMBOL_BLACK_TRANSPARENT.png";
logo.src = "/assets/KINODE_SYMBOL_BLACK_TRANSPARENT.png";
logo.alt = "Kinode OS Logo";
logo.style =
"height: 40px; width: auto; display: block; margin: 10px auto;";
Expand Down

0 comments on commit cb7fbc4

Please sign in to comment.