Update (fix): tool count display issue

This commit is contained in:
2023-11-29 12:54:29 +08:00
parent 6580463fcb
commit 26d465e3aa
5 changed files with 27 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ class="btn btn-outline-dark text-decoration-none border-2 fw-bold rounded-pill p
@if ($tools_count > 0)
<div class="container-lg mt-3 mb-3 text-center">
<a class="btn btn-primary rounded-pill px-4 breathing-effect btn-lg text-decoration-none bg-gradient"
href="{{ route('front.discover.home') }}">Discover More AI Tools ({{ $tools_count }})+</a>
href="{{ route('front.discover.home') }}">Discover More AI Tools ({{ $tools_count_rounded }})</a>
</div>
@endif
@endsection