Skip to content

Commit

Permalink
minor HTML formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jul 11, 2024
1 parent fbd3920 commit 24181c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ export default class Header extends HTMLElement {
this.attachShadow({ mode: "open" });
this.shadowRoot.innerHTML = `
<header>
<a href="/" title="Greenwood Home Page">
<div class="logo-bar">
${greenwoodLogo}
</div>
<a href="/" title="Greenwood Home Page">
<div class="logo-bar">
${greenwoodLogo}
</div>
</a>
<nav class="nav-bar">
Expand Down

0 comments on commit 24181c1

Please sign in to comment.