Skip to content

Commit

Permalink
feat(moment): open the king's lives section by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jmiguelv committed Nov 12, 2024
1 parent 81cf2f2 commit 4e52b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/moments/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

{#if people?.length}
<section class="info">
<details>
<details open>
<summary>King's lives </summary>
<ul>
{#each people as person}
Expand Down

0 comments on commit 4e52b26

Please sign in to comment.