diff options
author | Mario <mario@mariovavti.com> | 2024-08-02 08:19:08 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-08-02 08:19:08 +0000 |
commit | 4e19f1c8be6d7919839fb73e11e5a3929673b78e (patch) | |
tree | 772e0b5997b8c0d343c02ddd765f96904af8f155 | |
parent | 3d3fcd7334dc9123005d7d736b1a243113d67902 (diff) | |
download | volse-hubzilla-4e19f1c8be6d7919839fb73e11e5a3929673b78e.tar.gz volse-hubzilla-4e19f1c8be6d7919839fb73e11e5a3929673b78e.tar.bz2 volse-hubzilla-4e19f1c8be6d7919839fb73e11e5a3929673b78e.zip |
fa2bi: fix directory sort icon
-rw-r--r-- | view/tpl/directory_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/directory_header.tpl b/view/tpl/directory_header.tpl index 96ec42518..50c29eab9 100644 --- a/view/tpl/directory_header.tpl +++ b/view/tpl/directory_header.tpl @@ -2,7 +2,7 @@ <div class="section-title-wrapper clearfix"> <div class="btn-group float-end"> <button type="button" class="btn btn-outline-secondary btn-sm dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" title="{{$sort}}"> - <i class="bi fa-sort"></i> + <i class="bi bi-arrow-down-up"></i> </button> <div class="dropdown-menu dropdown-menu-end"> <a class="dropdown-item" href="directory?f=&order=date{{$suggest}}">{{$date}}</a> |