Skip to content

Commit 090b890

Browse files
committed
Update max lightning talks day 2 count
1 parent dd267c5 commit 090b890

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pages/program/lightning-talk.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const LightningTalkList = (props) => {
8181
<ProgramItem
8282
key={id}
8383
speakerName={owner ? owner.profile.name : ''}
84-
name={(index > 9 ? t('program:lightningTalk.stanby', {number: index - 9}) : `${index + 1}. `) + name} />
84+
name={(index > 12 ? t('program:lightningTalk.stanby', {number: index - 12}) : `${index + 1}. `) + name} />
8585
)
8686
})
8787
}
@@ -90,7 +90,7 @@ const LightningTalkList = (props) => {
9090
<Button
9191
intlKey='tempkey'
9292
to={paths.program.proposingLightningTalk}
93-
disabled={!isDay2Open}
93+
disabled
9494
>{ t('program:lightningTalk.submitButton') }</Button>
9595
</ContentButtonWrapper>
9696
</>)

0 commit comments

Comments
 (0)