From 295a15ecf0ba4feff27daf73053d4d6ea99eac13 Mon Sep 17 00:00:00 2001 From: Alexander Alemayhu Date: Sun, 20 Oct 2024 21:49:31 +0200 Subject: [PATCH 1/2] feat: allow pdf uploads --- src/pages/UploadPage/helpers/getAcceptedContentTypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/UploadPage/helpers/getAcceptedContentTypes.ts b/src/pages/UploadPage/helpers/getAcceptedContentTypes.ts index 281ff4ed..cedb4269 100644 --- a/src/pages/UploadPage/helpers/getAcceptedContentTypes.ts +++ b/src/pages/UploadPage/helpers/getAcceptedContentTypes.ts @@ -5,5 +5,5 @@ * @returns comma seperated string with supported file types */ export default function getAcceptedContentTypes(): string { - return '.zip,.html,.csv,.md'; + return '.zip,.html,.csv,.md,.pdf'; } From eeb6e63fd8034dd7c265e3cf98e0cb08eff58b2e Mon Sep 17 00:00:00 2001 From: Alexander Alemayhu Date: Sun, 20 Oct 2024 22:25:20 +0200 Subject: [PATCH 2/2] feat: mension Vertex --- src/pages/PricingPage/PricingPage.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/PricingPage/PricingPage.tsx b/src/pages/PricingPage/PricingPage.tsx index f909819b..50c0c4ba 100644 --- a/src/pages/PricingPage/PricingPage.tsx +++ b/src/pages/PricingPage/PricingPage.tsx @@ -33,11 +33,13 @@ export default function PricingPage() { />
-
-