diff --git a/src/components/document-viewer.tsx b/src/components/document-viewer.tsx index aed6730..64785d0 100644 --- a/src/components/document-viewer.tsx +++ b/src/components/document-viewer.tsx @@ -129,7 +129,15 @@ function DocumentViewer(props: { id: number }) { } if (!pdfUrl) { - return

Failed to get document

; + return ( +
+
+

+ Failed to get document +

+
+
+ ); } return (