Skip to content

Commit

Permalink
fix ecran citd
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyMaury committed Oct 16, 2024
1 parent 2370b3e commit f32695e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/remotion/components/planning-citd.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,19 @@ const DevfestNantesPlanningCitdTotem = () => {
isTotemDisplayMode={true}>
<p>C'est fini pour cette année</p>
<p>Mais essayez chez vous !</p>
<QRCodeSVG value={"https://citd.gdgnantes.com"} size={300} bgColor={"#e4585cba"}/>
<br/>
<QRCodeSVG value={"https://citd.gdgnantes.com"} size={300} bgColor={"#e4585cba"}
fgColor={"rgb(34,2,4)"}/>
</TalkTitle>

</>
:
<TalkTitle isTotemDisplayMode={true} style={{textAlign: "left", width: "80%"}}>
<p>Prochaines séances:</p>
<ul>
<li className={classnames(estDeuxiemeJour || (estPremierJour && heure >= '12:00') && 'crossed')}>Jeudi 11h10
<li className={classnames((estDeuxiemeJour || (estPremierJour && heure >= '12:00')) && 'crossed')}>Jeudi 11h10
</li>
<li className={classnames(estDeuxiemeJour || (estPremierJour && heure >= '16:00') && 'crossed')}>Jeudi 15h10
<li className={classnames((estDeuxiemeJour || (estPremierJour && heure >= '16:00')) && 'crossed')}>Jeudi 15h10
</li>
<li>Vendredi 11h10</li>
</ul>
Expand Down

0 comments on commit f32695e

Please sign in to comment.