Skip to content

Commit

Permalink
fix(footer): github link
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Aug 1, 2023
1 parent c53d9f1 commit 9b33ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/_footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Community</h3>
<ul role="list" class="mt-4 space-y-4">
<li>
<a href="https://docs.castmill.com" class="text-base text-gray-300 hover:text-white">Github
<a href="https://github.com/castmill/castmill" class="text-base text-gray-300 hover:text-white">Github
<svg xmlns="http://www.w3.org/2000/svg" class="inline h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path d="M11 3a1 1 0 100 2h2.586l-6.293 6.293a1 1 0 101.414 1.414L15 6.414V9a1 1 0 102 0V4a1 1 0 00-1-1h-5z"/>
<path d="M5 5a2 2 0 00-2 2v8a2 2 0 002 2h8a2 2 0 002-2v-3a1 1 0 10-2 0v3H5V7h3a1 1 0 000-2H5z"/>
Expand Down

0 comments on commit 9b33ea2

Please sign in to comment.