[call-me] - change buttons order

This commit is contained in:
Miroslav Pejic
2025-08-15 12:44:20 +02:00
parent ebd0d19a29
commit 2655b6dd8e
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "call-me",
"version": "1.1.11",
"version": "1.1.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "call-me",
"version": "1.1.11",
"version": "1.1.12",
"license": "AGPLv3",
"dependencies": {
"@ngrok/ngrok": "1.5.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.1.11",
"version": "1.1.12",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",
+10 -10
View File
@@ -166,16 +166,6 @@
>
<i class="fas fa-microphone"></i>
</button>
<!-- Button to hang up the call -->
<button
id="hangUpBtn"
class="btn btn-custom btn-danger btn-m"
data-toggle="tooltip"
data-placement="top"
title="Hang up"
>
<i class="fas fa-phone-slash"></i>
</button>
<!-- Toggle user sidebar button -->
<button
id="sidebarBtn"
@@ -186,6 +176,16 @@
>
<i class="fas fa-users"></i>
</button>
<!-- Button to hang up the call -->
<button
id="hangUpBtn"
class="btn btn-custom btn-danger btn-m"
data-toggle="tooltip"
data-placement="top"
title="Hang up"
>
<i class="fas fa-phone-slash"></i>
</button>
</div>
</div>
</div>