refactor(pages): add author's notes to story page

since that wasn't already done for some reason....
This commit is contained in:
parent 1cd16a4ecc
commit 4f32f9312a
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -51,6 +51,10 @@
</a-typography-title>
<chapter-picker v-if="story.totalChapters > 1" />
<div style="display: flow-root">
<div>
<a-typography-title :level="4">Author's notes:</a-typography-title>
<div v-html="story?.currentChapter.notes" />
</div>
<a-divider />
</div>
<div v-html="story?.currentChapter.text"></div>