Skip to content

Commit

Permalink
fix-join us button bug-2
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanYeh committed Feb 5, 2024
1 parent 9a2beea commit 2c23c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ export default {
data() {
return {
isOpened: false,
primaryButton: landingButtonConfig.JOIN_US,
//secondaryButton: landingButtonConfig.SECONDARY_JOIN_US,
primaryButton: landingButtonConfig.PRIMARY_JOIN_US,
secondaryButton: landingButtonConfig.SECONDARY_JOIN_US,
selectedSponsor: {},
}
},
Expand Down

0 comments on commit 2c23c7c

Please sign in to comment.