Refactor Root component to accept additional props and enhance LyricSearch functionality with URL hash handling and lyrics sanitization.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user