We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd267c5 commit 090b890Copy full SHA for 090b890
1 file changed
pages/program/lightning-talk.tsx
@@ -81,7 +81,7 @@ const LightningTalkList = (props) => {
81
<ProgramItem
82
key={id}
83
speakerName={owner ? owner.profile.name : ''}
84
- name={(index > 9 ? t('program:lightningTalk.stanby', {number: index - 9}) : `${index + 1}. `) + name} />
+ name={(index > 12 ? t('program:lightningTalk.stanby', {number: index - 12}) : `${index + 1}. `) + name} />
85
)
86
})
87
}
@@ -90,7 +90,7 @@ const LightningTalkList = (props) => {
90
<Button
91
intlKey='tempkey'
92
to={paths.program.proposingLightningTalk}
93
- disabled={!isDay2Open}
+ disabled
94
>{ t('program:lightningTalk.submitButton') }</Button>
95
</ContentButtonWrapper>
96
</>)
0 commit comments