fix(blog): use curly quotes around empty-state query span

Spec called for U+201C / U+201D; commit d7dc22d landed ASCII quotes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Josh Bairstow 2026-06-02 01:17:04 +10:00
parent d7dc22d0c8
commit 8f12b3afe5

View file

@ -129,7 +129,7 @@ for (const post of posts) {
</section>
<p class="empty" data-empty hidden aria-live="polite">
No entries match "<span data-empty-query></span>".
No entries match “<span data-empty-query></span>”.
</p>
</BaseLayout>