Fix link href for upload button
This commit is contained in:
parent
f35d52f287
commit
951bb90ad8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
</form>
|
||||
</div>
|
||||
<div class="popup" id="upload">
|
||||
<a class="button popup-open" href="#mkdir">
|
||||
<a class="button popup-open" href="#upload">
|
||||
<i class="fa-solid fa-cloud-arrow-up"></i>
|
||||
</a>
|
||||
<a class="button popup-close" href="#">
|
||||
|
|
Loading…
Reference in a new issue