Skip to content

Commit bdaa3b5

Browse files
committed
descripcion del buscador eliminada
1 parent b774677 commit bdaa3b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Navbar.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ const { posts } = Astro.props;
8181
<li class="search-result-item">
8282
<a href="${post.url}">
8383
<strong>${post.title}</strong><br>
84-
<span>${post.description}</span>
8584
</a>
8685
</li>
8786
`).join('');

0 commit comments

Comments
 (0)