mirror of
https://github.com/thecyberlearn/quantum-ai-v2.git
synced 2026-08-18 08:52:59 +00:00
🎨 Remove agent count display from marketplace stats
- Clean up marketplace stats section by removing agent count - Now only shows search results and category filters when relevant - Provides cleaner, less cluttered user interface 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
54d64f5927
commit
62f3dd2592
@ -52,12 +52,11 @@
|
||||
<!-- Stats -->
|
||||
<div class="marketplace-stats">
|
||||
{% if search_query %}
|
||||
Search results for "{{ search_query }}" •
|
||||
Search results for "{{ search_query }}"
|
||||
{% if selected_category %} • {{ selected_category|capfirst }} category{% endif %}
|
||||
{% elif selected_category %}
|
||||
{{ selected_category|capfirst }} category
|
||||
{% endif %}
|
||||
{% if selected_category %}
|
||||
{{ selected_category|capfirst }} category •
|
||||
{% endif %}
|
||||
{{ agents.count }} agent{{ agents.count|pluralize }} available
|
||||
</div>
|
||||
|
||||
<!-- Agents Grid -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user