feat: create donwload button
parent
7def029774
commit
fcd190b331
|
|
@ -15,6 +15,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="justify-self-end lg:self-center">
|
<div class="justify-self-end lg:self-center">
|
||||||
|
<a class="btn btn-primary text-white rounded-full" href="#">
|
||||||
|
<span class="icon icon-fill me-2">download</span>
|
||||||
|
Download
|
||||||
|
</a>
|
||||||
<button class="btn rounded-full bg-white" type="button" onclick="modal_filter.showModal()">
|
<button class="btn rounded-full bg-white" type="button" onclick="modal_filter.showModal()">
|
||||||
<span class="icon icon-fill me-2">filter_list</span>
|
<span class="icon icon-fill me-2">filter_list</span>
|
||||||
Filter
|
Filter
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue