Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J Baker committed Nov 9, 2024
1 parent cb03822 commit d2045ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/common/sandbox-header.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import "./bitovi-logo.js"

import { base } from "./path.js"
import { teal, tealDark, title } from "./theme/index.js"

export default class SandboxHeader extends HTMLElement {
Expand Down Expand Up @@ -72,7 +73,7 @@ export default class SandboxHeader extends HTMLElement {
render() {
this.root.innerHTML = `
<div class="header">
<a href="/" class="home">
<a href="${base}" class="home">
<bitovi-logo></bitovi-logo>
<span>PWA Sandbox</span>
</a>
Expand Down

0 comments on commit d2045ed

Please sign in to comment.