📚 Remove link to sales form from the Help Center (#8643)

This commit is contained in:
andrés gonzález 2026-03-16 16:58:08 +01:00 committed by GitHub
parent ac69f28a0a
commit efd6d19a12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View File

@ -70,9 +70,11 @@
</main> </main>
<div class="pre-footer"> <div class="pre-footer">
<a href="https://github.com/penpot/penpot/blob/main/docs/{{ page.inputPath }}">Edit this page on GitHub</a> <div>Found an issue or want to improve this page?<br><br>
&nbsp;or ask a&nbsp; <a href="https://github.com/penpot/penpot/blob/main/docs/{{ page.inputPath }}">Edit this page on GitHub</a>
<a href="https://penpot.app/talk-to-us" target="_blank">question</a>. &nbsp; · &nbsp;
<a href="https://github.com/penpot/penpot/issues/new/choose" target="_blank">Open an issue</a>
</div>
</div> </div>
<footer class="footer"> <footer class="footer">
<div class="footer-inside"> <div class="footer-inside">

View File

@ -57,5 +57,5 @@ eleventyNavigation:
<div class="contact-block"> <div class="contact-block">
<h2>Contact us</h2> <h2>Contact us</h2>
<p>Need help? <a href="https://penpot.app/talk-to-us" target="_blank">Talk to us</a> or join our <a href="https://community.penpot.app/" target="_blank">community</a>.</p> <p>Write us at <a href="mailto:support@penpot.app" target="_blank">support@penpot.app</a> or join our <a href="https://community.penpot.app/" target="_blank">Community</a>.</p>
</div> </div>