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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user