Npm (puppeteer)

This commit is contained in:
2023-11-28 15:11:01 +08:00
parent af82fe2164
commit 5d418adb7d
31 changed files with 89 additions and 91 deletions

View File

@@ -46,9 +46,9 @@ class="btn btn-outline-dark text-decoration-none border-2 fw-bold rounded-pill p
</div>
@endif
@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>
</div>
<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>
</div>
@endif
@endsection