Refactor Root component to accept additional props and enhance LyricSearch functionality with URL hash handling and lyrics sanitization.

This commit is contained in:
2025-10-08 15:49:00 -04:00
parent ef4c80450a
commit 4227c21d1f
3 changed files with 38 additions and 7 deletions

View File

@@ -6,8 +6,11 @@ import LyricSearch from '../components/LyricSearch.jsx';
<Base>
<section>
<div class="prose prose-neutral dark:prose-invert">
<Root child="LyricSearch" client:only="react" />
<div class="prose prose-neutral dark:prose-invert">
<Root
child="LyricSearch"
client:only="react"
/>
</div>
</section>
</Base>