diff options
Diffstat (limited to 'front/src/routes/demo.jsx')
-rw-r--r-- | front/src/routes/demo.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/front/src/routes/demo.jsx b/front/src/routes/demo.jsx index b1a2f88..57d3ce4 100644 --- a/front/src/routes/demo.jsx +++ b/front/src/routes/demo.jsx @@ -6,7 +6,6 @@ import "asciinema-player/dist/bundle/asciinema-player.css"; const demoProps = { theme: "tango", - startAt: 12, autoPlay: true, }; |