Update templates/camera.html
Browse files- templates/camera.html +1 -1
templates/camera.html
CHANGED
|
@@ -102,7 +102,7 @@
|
|
| 102 |
<img id="capturedImage" style="display: none; max-width: 100%;">
|
| 103 |
<div id="actionButtons" style="display: none; margin-top: 10px;">
|
| 104 |
<button id="retakeButton" class="btn">Retake</button>
|
| 105 |
-
<button id="uploadButton" class="btn">Upload to
|
| 106 |
</div>
|
| 107 |
</div>
|
| 108 |
</div>
|
|
|
|
| 102 |
<img id="capturedImage" style="display: none; max-width: 100%;">
|
| 103 |
<div id="actionButtons" style="display: none; margin-top: 10px;">
|
| 104 |
<button id="retakeButton" class="btn">Retake</button>
|
| 105 |
+
<button id="uploadButton" class="btn">Upload to Instagram</button>
|
| 106 |
</div>
|
| 107 |
</div>
|
| 108 |
</div>
|