diff --git a/src/App.tsx b/src/App.tsx index 114cf3e..9aa9ac1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,8 +5,7 @@ import Notes from "reveal.js/plugin/notes/notes"; import "reveal.js/dist/reveal.css"; import "./styles/index.scss"; import Splash from "./slides/splash"; -import Agenda202508 from "./slides/agenda-2025-08"; -import Agenda202509 from "./slides/agenda-2025-09"; +import Agenda202511 from "./slides/agenda-2025-11"; import Thanks from "./slides/thanks"; function App() { @@ -47,8 +46,7 @@ function App() {
- - +
diff --git a/src/slides/agenda-2025-11.tsx b/src/slides/agenda-2025-11.tsx new file mode 100644 index 0000000..228ddd3 --- /dev/null +++ b/src/slides/agenda-2025-11.tsx @@ -0,0 +1,23 @@ +const Agenda202511 = () => { + return ( +
+
+
+

Agenda

+
    +
  1. Welcome!
  2. +
  3. Shirts!
  4. +
  5. ⚡️ i18n
  6. +
  7. ⚡️ Continuous Deployments
  8. +
  9. ⚡️ Hacking Claude Code
  10. +
  11. 🎤 Remix is Back 🤘
  12. +
  13. Wrap up
  14. +
+
+
+
+ ); +}; + +export default Agenda202511; +