Skip to content

Commit

Permalink
fix: key-viewer css path
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthb committed Jul 15, 2024
1 parent ed84478 commit 59b9947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/key-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class KeyViewer extends HTMLElement {
}

this.shadowRoot.innerHTML = `
<link rel="stylesheet" href="/index.css">
<link rel="stylesheet" href="index.css">
<div id="key-viewer" class="card">
<header>
<h4>Key</h4>
Expand Down

0 comments on commit 59b9947

Please sign in to comment.