Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Sep 7, 2021
1 parent 46b63cd commit 8127cf1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion www/components/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class HeaderComponent extends LitElement {
<div class="brand">
<a href="https://projectevergreen.github.io" target="_blank" rel="noopener noreferrer"
onclick="getOutboundLink('https://projectevergreen.github.io');">
<img src="../../assets/evergreen.svg" alt="Greenwood logo"/>
<img src="/assets/evergreen.svg" alt="Greenwood logo"/>
</a>
<div class="project-name">
<a href="/">Greenwood</a>
Expand Down
2 changes: 1 addition & 1 deletion www/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<script type="module" src="../components/banner/banner.js"></script>
<script type="module" src="../components/card/card.js" data-gwd-opt="static"></script>
<script type="module" src="../components/card/card.js"></script>

<link rel="stylesheet" href="/node_modules/prismjs/themes/prism-tomorrow.css"/>
<link rel="stylesheet" href="../styles/home.css"/>
Expand Down
4 changes: 2 additions & 2 deletions www/templates/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
import '@evergreen-wc/eve-container';
</script>

<script type="module" src="../components/footer/footer.js" data-gwd-opt="static"></script>
<script type="module" src="../components/header/header.js" data-gwd-opt="static"></script>
<script type="module" src="../components/footer/footer.js"></script>
<script type="module" src="../components/header/header.js"></script>

</head>

Expand Down

0 comments on commit 8127cf1

Please sign in to comment.