fix: cleanup book reviews HTML and improve about layout
Some checks failed
Dev Deployment (Zero Downtime) / deploy-dev (push) Has been cancelled

Stripped HTML tags from book reviews, added a grid layout for About section on desktop, and fixed hobby icon mapping.
This commit is contained in:
2026-02-16 00:42:57 +01:00
parent 931843a5c6
commit 0b1a45038d
4 changed files with 71 additions and 56 deletions

View File

@@ -444,7 +444,7 @@ export async function getBookReviews(locale: string): Promise<BookReview[] | nul
query {
book_reviews(
filter: { status: { _eq: "published" } }
sort: ["-finished_at", "-date_created"]
sort: ["-finished_at"]
) {
id
hardcover_id