Skip to content

Commit

Permalink
License in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Apr 28, 2022
1 parent a1413b5 commit 6ac8141
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,13 +347,10 @@ function Footer() {
return (
<footer class="mt-16 text-center border-t-1 border-gray-100 p-4">
<p class="text-sm text-gray-600">
Copyright © <TODO>WinterCG / W3C</TODO>. This work is licensed under an
{" "}
<TODO>
<a href="https://github.com/wintercg/www/blob/main/LICENSE">
MIT license
</a>
</TODO>.
Copyright © WinterCG. This work is licensed under the{" "}
<a href="http:https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document">
W3C Software and Document License
</a>.
</p>
</footer>
);
Expand Down

0 comments on commit 6ac8141

Please sign in to comment.