[call-me] - change buttons order
This commit is contained in:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "call-me",
|
||||
"version": "1.2.65",
|
||||
"version": "1.2.66",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "call-me",
|
||||
"version": "1.2.65",
|
||||
"version": "1.2.66",
|
||||
"license": "AGPLv3",
|
||||
"dependencies": {
|
||||
"@ngrok/ngrok": "1.5.2",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "call-me",
|
||||
"version": "1.2.65",
|
||||
"version": "1.2.66",
|
||||
"description": "Your Go-To for Instant Video Calls",
|
||||
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
|
||||
"license": "AGPLv3",
|
||||
|
||||
+10
-10
@@ -165,16 +165,6 @@
|
||||
>
|
||||
<i class="fas fa-desktop"></i>
|
||||
</button>
|
||||
<!-- Button to leave the call -->
|
||||
<button
|
||||
id="leaveBtn"
|
||||
class="btn btn-custom btn-danger btn-m"
|
||||
data-toggle="tooltip"
|
||||
data-placement="top"
|
||||
title="Leave"
|
||||
>
|
||||
<i class="fas fa-door-open"></i>
|
||||
</button>
|
||||
<!-- Toggle user sidebar button -->
|
||||
<button
|
||||
id="sidebarBtn"
|
||||
@@ -185,6 +175,16 @@
|
||||
>
|
||||
<i class="fas fa-users"></i>
|
||||
</button>
|
||||
<!-- Button to leave the call -->
|
||||
<button
|
||||
id="leaveBtn"
|
||||
class="btn btn-custom btn-danger btn-m"
|
||||
data-toggle="tooltip"
|
||||
data-placement="top"
|
||||
title="Leave"
|
||||
>
|
||||
<i class="fas fa-door-open"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user