feat: updates

This commit is contained in:
Barrett Ruth 2025-05-14 11:11:30 -04:00
parent fda13b53ad
commit 48d05fa727
5 changed files with 46 additions and 49 deletions

View file

@ -3,9 +3,6 @@ let clearing = false;
class SiteHeader extends HTMLElement {
connectedCallback() {
const path = window.location.pathname;
const isHome = path === "/" || path === "/index.html";
this.innerHTML = `
<header>
<a href="/" style="text-decoration: none; color: inherit">
@ -87,4 +84,4 @@ function clearPrompt(delay, callback) {
}
removeChar();
}
}