fix: cleanup book reviews HTML and improve about layout
Some checks failed
Dev Deployment (Zero Downtime) / deploy-dev (push) Has been cancelled
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:
@@ -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