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() {
/>
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';
}