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:
parent
d921c2dcad
commit
f01390eb5c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue