fix: enhance shortcut key detection for alt key combinations and update Discord invite link across all pages.
This commit is contained in:
@@ -530,18 +530,19 @@
|
||||
<span class="text-lg font-semibold text-white">How do I purchase a commercial license?</span>
|
||||
<i data-lucide="chevron-down" class="faq-icon w-6 h-6 text-gray-400 transition-transform"></i>
|
||||
</button>
|
||||
<div class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out">
|
||||
<p class="p-6 pt-0 text-gray-400">
|
||||
BentoPDF is available under a lifetime, one-time purchase commercial license.
|
||||
You can purchase it directly here:
|
||||
<a href="https://ko-fi.com/s/f32ca4cb75" class="text-indigo-400 hover:underline">Buy Commercial License</a>.
|
||||
<br><br>
|
||||
If you have specific requirements or want a custom licensing arrangement,
|
||||
feel free to <a href="./contact.html" class="text-indigo-400 hover:underline">contact us</a>
|
||||
with details about your use case, company size, and deployment needs.
|
||||
We're happy to work with you to find the best fit.
|
||||
</p>
|
||||
</div>
|
||||
<div class="faq-answer max-h-0 overflow-hidden transition-all duration-300 ease-in-out">
|
||||
<p class="p-6 pt-0 text-gray-400">
|
||||
BentoPDF is available under a lifetime, one-time purchase commercial license.
|
||||
You can purchase it directly here:
|
||||
<a href="https://ko-fi.com/s/f32ca4cb75" class="text-indigo-400 hover:underline">Buy
|
||||
Commercial License</a>.
|
||||
<br><br>
|
||||
If you have specific requirements or want a custom licensing arrangement,
|
||||
feel free to <a href="./contact.html" class="text-indigo-400 hover:underline">contact us</a>
|
||||
with details about your use case, company size, and deployment needs.
|
||||
We're happy to work with you to find the best fit.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -619,7 +620,7 @@
|
||||
clip-rule="evenodd" />
|
||||
</svg>
|
||||
</a>
|
||||
<a href="https://discord.gg/q42xWQmJ" target="_blank" rel="noopener noreferrer"
|
||||
<a href="https://discord.gg/AP2Y97juZT" target="_blank" rel="noopener noreferrer"
|
||||
class="text-gray-400 hover:text-indigo-400" title="Discord">
|
||||
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
|
||||
<path
|
||||
|
||||
Reference in New Issue
Block a user