Allow nested sections to work correctly

This commit is contained in:
Webifi
2023-05-31 20:00:40 -05:00
parent e48484b04a
commit 427663167a
3 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ $: apiKey = $apiKeyStorage
</script>
<section class="section">
<article class="message">
<div class="message-body">
<strong><a href="https://github.com/Niek/chatgpt-web">ChatGPT-web</a></strong>
@@ -59,3 +60,4 @@ $: apiKey = $apiKeyStorage
</div>
</article>
{/if}
</section>