Skip to content

Commit

Permalink
correct location of footer cc icons
Browse files Browse the repository at this point in the history
  • Loading branch information
possumbilities authored Nov 14, 2023
1 parent 4ada9f1 commit 93829a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FooterSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
<p>Except where otherwise <a href="/policies/#license">noted</a>, content on this site is licensed under a <a href="/licenses/by/4.0/">Creative Commons Attribution 4.0 International license</a>. Icons by <a href="https://fontawesome.com/" target="_blank">Font Awesome</a>.</p>

<svg>
<use href="/vocabulary/svg/cc/icons/cc-icons.svg#cc-logo"></use>
<use href="../../static/vocabulary/svg/cc/icons/cc-icons.svg#cc-logo"></use>
</svg>
<svg>
<use href="/vocabulary/svg/cc/icons/cc-icons.svg#cc-by"></use>
<use href="../../static/vocabulary/svg/cc/icons/cc-icons.svg#cc-by"></use>
</svg>
</div>

Expand Down

0 comments on commit 93829a2

Please sign in to comment.