From f43171674802c9dda0fb93b8e4ff73f8d5cf9a2b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 08:56:47 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 2b761e7..2ad5210 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -24,7 +24,7 @@ export default function GalleryPage() { primaryButtonStyle: "shadow", secondaryButtonStyle: "solid", headingFontWeight: "bold" - }; + } as const; return ( -- 2.49.1