mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-13 04:35:12 +00:00
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -54,7 +54,11 @@ const currentSlug = Astro.url.pathname.replace(/\/$/, '').split('/').pop();
|
||||
<h1>{title}</h1>
|
||||
{description && <p>{description}</p>}
|
||||
<div class="article-meta">
|
||||
{estimatedReadingTime && <span class="meta-item">📖 {estimatedReadingTime}</span>}
|
||||
{estimatedReadingTime && (
|
||||
<span class="meta-item">
|
||||
<span aria-hidden="true">📖</span> {estimatedReadingTime}
|
||||
</span>
|
||||
)}
|
||||
{lastUpdated && <span class="meta-item">Updated: {lastUpdated}</span>}
|
||||
</div>
|
||||
{tags && tags.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user