Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #272 from penpot/eva-fix-footer-links
Browse files Browse the repository at this point in the history
🐛 Fix footer links
  • Loading branch information
superalex authored Sep 6, 2024
2 parents 4165c11 + 3cfeb89 commit b47e0f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
</svg>
</a>
<ul class="footer-block">
<li><a href="https://penpot.app/terms.html">Terms of service</a></li>
<li><a href="https://penpot.app/privacy.html">Privacy policy</a></li>
<li><a href="https://penpot.app/cookie.html">Cookie policy</a></li>
<li><a href="https://penpot.app/dpa.html">Data processing agreement</a></li>
<li><a href="https://penpot.app/terms">Terms of service</a></li>
<li><a href="https://penpot.app/privacy">Privacy policy</a></li>
<li><a href="https://penpot.app/cookie">Cookie policy</a></li>
<li><a href="https://penpot.app/dpa">Data processing agreement</a></li>
</ul>
<ul class="footer-block">
<li><a href="/user-guide">User guide</a></li>
Expand All @@ -93,7 +93,7 @@
</ul>
<ul class="footer-block">
<li><a href="https://penpot.app/#project">The Project</a></li>
<li><a href="https://penpot.app/about.html">About us</a></li>
<li><a href="https://penpot.app/about">About us</a></li>
<li><a href="https://community.penpot.app/" target="_blank">Community</a></li>
<li><a href="https://penpot.app/#newsletter">Newsletter</a></li>
</ul>
Expand Down

0 comments on commit b47e0f0

Please sign in to comment.