From fc281504eb15f06ad8feb9b986ac0cc7667b4abd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 12:37:58 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index c9fed39..9d760f9 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -240,6 +240,7 @@ export default function PortfolioPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + gridVariant="uniform-all-items-equal" /> ) : (
-- 2.49.1