[mirotalk] - imporve landing support us footer

This commit is contained in:
Miroslav Pejic
2025-11-16 13:58:35 +01:00
parent 8a4e89aee1
commit c142ef2b41
5 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ dependencies: {
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.6.37
* @version 1.6.38
*
*/
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.6.37",
"version": "1.6.38",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
+1 -1
View File
@@ -77,7 +77,7 @@ let brand = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
title: 'WebRTC P2P v1.6.37',
title: 'WebRTC P2P v1.6.38',
html: `
<button
id="support-button"
+2 -2
View File
@@ -15,7 +15,7 @@
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.6.37
* @version 1.6.38
*
*/
@@ -12328,7 +12328,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.6.37',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.6.38',
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
customClass: { image: 'img-about' },
html: `
+11 -4
View File
@@ -799,18 +799,25 @@
<div class="support-footer">
<p class="text-sm mb-0">
<strong>Other ways to help:</strong> Star us on GitHub ⭐, spread the word 📢,
or contribute code 💻
<strong>Other ways to help:</strong>
<span class="ml-8" title="Star on GitHub">
<i class="fab fa-github"></i> Star us
</span>
<span class="mx-8">|</span>
<span title="Spread the word"> <i class="fas fa-bullhorn"></i> Share </span>
<span class="mx-8">|</span>
<span title="Contribute code"> <i class="fas fa-code"></i> Contribute </span>
</p>
<p class="text-sm mt-8 mb-0">
<strong>Join our community:</strong>
<a
href="https://discord.gg/rgGYfeYW3N"
target="_blank"
class="blue"
class="blue ml-4"
data-umami-event="DiscordCommunity"
title="Join Discord Forum"
>
Discord Forum 💬
<i class="fab fa-discord"></i> Discord Forum
</a>
</p>
</div>