Skip to content

Commit

Permalink
Hide sorting options
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosabenca committed Aug 28, 2024
1 parent 90e8575 commit 69e7a58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/catalogue.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<button type="submit" class="btn btn-secondary-outline">Search</button>
</div>
</div>
<!-- Hide sorting options
<div class="sorting-container d-flex flex-row justify-content-end pt-3">
<button id="view-as-list" type="button">
<svg id="list-svg" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand All @@ -52,6 +53,7 @@
<span>Grid</span>
</button>
</div>
-->
</form>
<div class="col-12 catalog-apis-container">
<div class="row">
Expand Down Expand Up @@ -122,4 +124,4 @@
</div>
</div>
</div>
{{ end }}
{{ end }}

0 comments on commit 69e7a58

Please sign in to comment.