Skip to content

Commit

Permalink
Update cruip link in page's footer
Browse files Browse the repository at this point in the history
The `href` inside the footer's copyrights note went to `cruip.con` when I wanted to visit it. So this is just a quick typo fix
  • Loading branch information
niklasmtj authored Oct 20, 2020
1 parent 7e1cf00 commit e63ff96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function Footer() {
</ul>

{/* Copyrights note */}
<div className="text-sm text-gray-600 mr-4">Made by <a className="text-blue-600 hover:underline" href="https://cruip.con/">Cruip</a>. All rights reserved.</div>
<div className="text-sm text-gray-600 mr-4">Made by <a className="text-blue-600 hover:underline" href="https://cruip.com/">Cruip</a>. All rights reserved.</div>

</div>

Expand Down

0 comments on commit e63ff96

Please sign in to comment.