-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Daily update of submodules 2025-01-20
- Loading branch information
1 parent
5290f2f
commit aa7c596
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pear-landing-page
updated
10 files
+8 −2 | app/api/cancel-subscription/route.ts | |
+56 −0 | app/api/download/feedback/route.ts | |
+113 −11 | components/dashboard/subscription-card.tsx | |
+30 −43 | components/pricing.tsx | |
+151 −0 | components/ui/download-feedback-form.tsx | |
+27 −35 | components/ui/downloadbutton.tsx | |
+9 −2 | hooks/useCancelSubscription.ts | |
+69 −0 | hooks/useDownload.ts | |
+13 −0 | types/cancellation.ts | |
+32 −0 | types/download-feedback.ts |