diff options
Diffstat (limited to 'src/components/Sidebar.svelte')
| -rw-r--r-- | src/components/Sidebar.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Sidebar.svelte b/src/components/Sidebar.svelte index 84121a7..c89ab50 100644 --- a/src/components/Sidebar.svelte +++ b/src/components/Sidebar.svelte @@ -17,7 +17,7 @@ { name: "TAMU Html Output", component: null }, // TODO ]; - let selected = sections[3]; + let selected = sections[0]; // Load from local storage. FOR TESTING PURPOSES ONLY. REMOVE THIS FROM PRODUCTION onMount(() => { |
