fix: typos, neutral prose

This commit is contained in:
enscribe 2024-09-18 19:45:57 -07:00
parent 3b1fcf5663
commit 62927ff1d7
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
2 changed files with 3 additions and 3 deletions

View file

@ -148,7 +148,7 @@ const authors = await parseAuthors(post.data.authors ?? [])
{headings.length > 0 && <TableOfContents headings={headings} />}
<article class="prose prose-stone max-w-none dark:prose-invert">
<article class="prose prose-neutral max-w-none dark:prose-invert">
<Content />
</article>