Skip to content

Commit

Permalink
Merge pull request #478 from hsuanchi/fix-homepage-button-size
Browse files Browse the repository at this point in the history
fix(homepage): adjust the join_us button setting
  • Loading branch information
SivanYeh authored Feb 13, 2024
2 parents bc9e170 + e5f8cdd commit 8d3751c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/pageLanding.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const landingButtonConfig = {
textKey: 'joinUs',
isPrimary: false,
isBordered: true,
isLarge: false,
isLarge: true,
},
CFP: {
isExternalLink: false,
Expand Down

0 comments on commit 8d3751c

Please sign in to comment.