diff --git a/servers/nextjs/app/(presentation-generator)/custom-template/components/FileUploadSection.tsx b/servers/nextjs/app/(presentation-generator)/custom-template/components/FileUploadSection.tsx index a371c9df..0c164890 100644 --- a/servers/nextjs/app/(presentation-generator)/custom-template/components/FileUploadSection.tsx +++ b/servers/nextjs/app/(presentation-generator)/custom-template/components/FileUploadSection.tsx @@ -36,10 +36,10 @@ export const FileUploadSection: React.FC = ({ - Upload PPTX File + Upload PDF or PPTX File - Select a PowerPoint file (.pptx) to process. Maximum file size: 50MB + Select a PDF or PowerPoint file (.pdf or .pptx) to process. Maximum file size: 50MB {slides.length > 0 && (
@@ -56,12 +56,12 @@ export const FileUploadSection: React.FC = ({