Clean up section page
This commit is contained in:
		| @@ -30,12 +30,13 @@ | |||||||
|     </div> |     </div> | ||||||
|   {{ end }} |   {{ end }} | ||||||
|  |  | ||||||
|   {{ if gt (len $sortedPages) 0 }} |   {{ if eq (len $sortedPages) 0 }} | ||||||
|     <h2>Tools</h2> |   <div style="display: flex; align-items: center; gap: 8px; margin: 1rem 0;"> | ||||||
|     <p>This list shows all tools, sorted alphabetically.</p> |     <span style="display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgb(225, 82, 225);"></span> | ||||||
|   {{ else }} |     <span style="color: rgb(225, 82, 225); font-size: 1rem;">No Tools Found</span> | ||||||
|     <p>No tools found.</p> |   </div> | ||||||
|   {{ end }} |   {{ end }} | ||||||
|  |  | ||||||
|   <table id="taxonomy-table"> |   <table id="taxonomy-table"> | ||||||
|     <thead> |     <thead> | ||||||
|       <tr> |       <tr> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user