Update (ai)

This commit is contained in:
2023-12-03 11:33:28 +08:00
parent 38c53b4045
commit 2784137413
3 changed files with 14 additions and 10 deletions

View File

@@ -24,12 +24,16 @@
<p data-nosnippet class="h4 mb-3">📡 Top keywords identified for the past 24 hours across {{ $rss_count }} articles identified by GPT</p>
<div class="d-flex justify-content-center flex-wrap gap-1">
@foreach ($top_rss_keywords as $rss_keyword)
<a href="{{ get_route_search_result($rss_keyword->value_lowercased) }}"
class="mb-1 pb-1 badge text-primary border me-1 fw-bold shadow hover-grow">
class=" pb-1 badge text-primary border fw-bold shadow hover-grow">
<span class="h6">#{{ $rss_keyword->value }}</span>
</a>
@endforeach
</div>
</div>
</div>