feat(users): Change upload media to link

Replaced the "Upload media" button with a hyperlink to improve
navigation flow. This enhances user experience by making media uploads
more intuitive and aligned with typical web navigation patterns. The
change was implemented in the category template of the users section to
ensure consistency across the platform.
This commit is contained in:
Kumi 2024-03-17 10:33:15 +01:00
parent d921c2dcad
commit f01390eb5c
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -106,7 +106,7 @@
>
<div class="d-flex justify-content-between align-items-center">
<h5>Available media</h5>
<button type="button" class="btn btn-primary">Upload media</button>
<a href="upload/" class="btn btn-primary">Upload media</a>
</div>
<table id="mediaTable" class="display">
<thead>