diff --git a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx index 6bfecc367..420e7c4c2 100644 --- a/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx +++ b/packages/web/components/templates/homeFeed/HomeFeedContainer.tsx @@ -909,6 +909,9 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element { }} preventDropOnDocument={true} noClick={true} + accept={{ + 'application/pdf': ['.pdf'], + }} > {({ getRootProps, getInputProps, acceptedFiles, fileRejections }) => (