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:
parent
d7dc22d0c8
commit
8f12b3afe5
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue