fix: cleanup book reviews HTML and improve about layout

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:
denshooter
2026-02-16 00:42:57 +01:00
parent 931843a5c6
commit 0b1a45038d
4 changed files with 71 additions and 56 deletions
+1 -1
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