Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DopamineDriven committed Dec 3, 2024
1 parent 8af7864 commit 16d37f2
Show file tree
Hide file tree
Showing 8 changed files with 283 additions and 110 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-monkeys-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fade/booksy": minor
---

0.13.0
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@d0paminedriven/booksy": "^0.12.0",
"@d0paminedriven/booksy": "^0.13.0",
"@d0paminedriven/codemod": "^2.3.0",
"@ducanh2912/next-pwa": "^10.2.9",
"@headlessui/react": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/ui/reviews-paginated/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function ReviewsSectionPaginated({
const currentReviews = reviews.slice(indexOfFirstReview, indexOfLastReview);

return (
<section className="w-full bg-black/95 py-12 max-w-6xl">
<section className="w-full bg-black/95 py-12">
<div className="container px-4 md:px-6">
<h2 className="mb-2 text-center text-3xl font-bold text-[#C5A572]">
Customer Reviews
Expand Down
202 changes: 101 additions & 101 deletions apps/web/src/utils/__generated__/image-object.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 16d37f2

Please sign in to comment.