Skip to content

Commit

Permalink
add inactivity clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
rentzhx3 committed Dec 26, 2023
1 parent b69ab7b commit 19d298f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions public/data/HunterXHunter/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,9 @@
],
"show_faq": true,
"faq": [
{
"question": "Why isn't the chart being updated?",
"answer": "As of December 2022, <a target='_blank' href='https://twitter.com/TheHxHSource/status/1605431262285553664'>HxH is no longer a weekly series</a>. The chart will be updated to reflect the new format once it's announced."
}
]
}
4 changes: 2 additions & 2 deletions src/components/Faq.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h1>
{{ item.question }}
</h1>
<p>{{ item.answer }}</p>
<p v-html="item.answer"></p>
</section>
<section>
<h1>When was the latest chapter released?</h1>
Expand Down Expand Up @@ -81,4 +81,4 @@ export default defineComponent({
});
</script>

<style scoped></style>
<style scoped></style>

0 comments on commit 19d298f

Please sign in to comment.