From 081a53759fbb91ef15117f1e4e2ac1e8bb1e396c Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Sat, 27 Jan 2024 14:24:33 +0800 Subject: [PATCH] fix: index button style --- configs/pageLanding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/pageLanding.js b/configs/pageLanding.js index dde82304c9..1a1996b42a 100644 --- a/configs/pageLanding.js +++ b/configs/pageLanding.js @@ -18,7 +18,7 @@ export const landingButtonConfig = { isExternalLink: false, path: '/speaking/cfp', textKey: 'callForProposals', - isPrimary: false, + isPrimary: true, isBordered: true, isLarge: true, },