Skip to content

Commit

Permalink
chore: update index buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Jan 27, 2024
1 parent fd7d3c0 commit 73a6cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default {
data() {
return {
isOpened: false,
primaryButton: landingButtonConfig.CHECK_EVENTS,
primaryButton: landingButtonConfig.CFP,
secondaryButton: landingButtonConfig.SECONDARY_JOIN_US,
selectedSponsor: {},
}
Expand Down
2 changes: 1 addition & 1 deletion store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const state = () => ({
showConferencePage: false,
showVenuePage: false,
showIndexSponsorSection: false,
showIndexSecondaryBtn: false,
showIndexSecondaryBtn: true,
aboutHideItems: ['apacCommunity'], // ['pycontw', 'apacCommunity', 'history', 'community', 'codeOfConduct']
eventsHideItems: [], // ['sprints', 'openSpaces', 'jobs']
conferenceHideItems: [], // ['keynotes', 'talks', 'tutorials', 'panelDiscussion']
Expand Down

0 comments on commit 73a6cba

Please sign in to comment.