This commit is contained in:
toom1996
2025-07-08 17:22:56 +08:00
parent b7b16e8dd0
commit 4de2751dd0
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ const breadcrumb = [
<div class="result-product__items news-archive-items">
{
data.map(news => (
<a href={`/news/${news.id}`} class="result-product__item result-product__item--border">
<a href={`/news/${news.id}`} title={news.title} class="result-product__item result-product__item--border">
<div class="result-product__content">
<span class="result-product__label">{news.created_at}</span>
<div class="heading result-product__title">{news.title}</div>