Skip to content

Commit 0cb9b63

Browse files
committed
expand install instruction accordion by default
1 parent dcf5e08 commit 0cb9b63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/help/install/mac.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<h1 class="h3">macOS installation</h1>
2828
<Spacer />
2929
<AccordionGroup>
30-
<Accordion title="Installing JW Lua">
30+
<Accordion title="Installing JW Lua" defaultExpanded>
3131
<p>
3232
To use these JW Lua scripts, you first need to install JW Lua. Luckily, this is a
3333
one-time process.

src/routes/help/install/windows.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<h1 class="h3">Windows installation</h1>
2828
<Spacer />
2929
<AccordionGroup>
30-
<Accordion title="Installing JW Lua">
30+
<Accordion title="Installing JW Lua" defaultExpanded>
3131
<p>
3232
To use these JW Lua scripts, you first need to install JW Lua. Luckily, this is a
3333
one-time process.

0 commit comments

Comments
 (0)