Skip to content

Commit

Permalink
docs: Open more code on todo demo by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jan 18, 2024
1 parent 971e211 commit 7e1b288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/demos.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function DemoList() {
{
embed: '1',
file: [
'src/resources/TodoResource.ts,src/pages/Home/TodoList.tsx',
'src/resources/TodoResource.ts,src/pages/Home/NewTodo.tsx,src/pages/Home/TodoListItem.tsx,src/pages/Home/TodoList.tsx',
],
hideDevTools: '1',
hideNavigation: '1',
Expand Down

0 comments on commit 7e1b288

Please sign in to comment.