File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed
Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ import Notes from "reveal.js/plugin/notes/notes";
55import "reveal.js/dist/reveal.css" ;
66import "./styles/index.scss" ;
77import Splash from "./slides/splash" ;
8- import Agenda202508 from "./slides/agenda-2025-08" ;
9- import Agenda202509 from "./slides/agenda-2025-09" ;
8+ import Agenda202511 from "./slides/agenda-2025-11" ;
109import Thanks from "./slides/thanks" ;
1110
1211function App ( ) {
@@ -47,8 +46,7 @@ function App() {
4746 < div className = "reveal" ref = { deckDivRef } >
4847 < div className = "slides" >
4948 < Splash />
50- < Agenda202508 />
51- < Agenda202509 />
49+ < Agenda202511 />
5250 < Thanks />
5351 </ div >
5452 </ div >
Original file line number Diff line number Diff line change 1+ const Agenda202511 = ( ) => {
2+ return (
3+ < section >
4+ < div className = "agendaWrapper" >
5+ < div className = "agenda" >
6+ < h2 > Agenda</ h2 >
7+ < ol >
8+ < li > Welcome!</ li >
9+ < li > Shirts!</ li >
10+ < li > ⚡️ i18n</ li >
11+ < li > ⚡️ Continuous Deployments</ li >
12+ < li > ⚡️ Hacking Claude Code</ li >
13+ < li > 🎤 Remix is Back 🤘</ li >
14+ < li > Wrap up</ li >
15+ </ ol >
16+ </ div >
17+ </ div >
18+ </ section >
19+ ) ;
20+ } ;
21+
22+ export default Agenda202511 ;
23+
You can’t perform that action at this time.
0 commit comments