From 95b570b8b35b84e6cce56b25ef866f930ae04a59 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Fri, 1 Aug 2025 03:34:03 -0400 Subject: [PATCH] Update PDF download button styles and behavior --- src/app/cv/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/cv/page.tsx b/src/app/cv/page.tsx index fa96421..22c2f12 100644 --- a/src/app/cv/page.tsx +++ b/src/app/cv/page.tsx @@ -285,7 +285,7 @@ function PDFViewer({ url, title, type }: PDFViewerProps) {