1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2025-01-09 03:42:48 +00:00

Compare commits

..

No commits in common. "6344610c18caf441aed1bcae20d87df90d4fd4a2" and "9fa256ccf3f53f608eae444c3722f1afa35c1180" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View file

@ -1,7 +1,3 @@
# 0.14.1 / 2024-03-22
* Fix: Download-Button not linked to file
# 0.14.0 / 2024-03-18
* Port frontend to Vue 3 / Bootstrap 5.3

View file

@ -100,12 +100,9 @@
>
<div class="card-body text-center">
<h2><i class="fas fa-cloud-download-alt" /></h2>
<a
class="btn btn-success"
:href="path"
>
<button class="btn btn-success">
{{ fileName }}
</a>
</button>
</div>
</div>
</template>