Skip to content

Commit 81ece61

Browse files
committed
reverted to orginal working add file button
1 parent 6761e20 commit 81ece61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<body>
1616
<div id="appContainer">
1717
<div id="toolbar" class="shadow">
18-
<input type="file" id="imageUploader" accept="image/*" >
19-
<label for="imageUploader" id="uploadImageBtn" class="btn btn-sm btn-warning">
18+
<input type="file" id="imageUploader" accept="image/*" style="display: none;">
19+
<button id="uploadImageBtn" class="btn btn-sm btn-warning">
2020
<i class="bi bi-upload me-1"></i> Add file
21-
</label>
21+
</button>
2222

2323
<div class="btn-group btn-group-sm align-items-stretch flex-nowrap" role="group" aria-label="Threshold and Color Tools">
2424
<div class="btn p-0 border border-dark">

0 commit comments

Comments
 (0)