aboutsummaryrefslogtreecommitdiff
path: root/src/components/thread_tree/thread_tree.vue
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2022-11-07 13:53:56 -0500
committertusooa <tusooa@kazv.moe>2022-11-07 13:53:56 -0500
commitd41e7a4c6d23ae272097b12ecdf9062d82e378b6 (patch)
tree36afa621cb703e06e99e40ae290aa6f25118a131 /src/components/thread_tree/thread_tree.vue
parent038b45e64a69cec5a58053442de6f71576752be8 (diff)
Make timeline a list of articles
Diffstat (limited to 'src/components/thread_tree/thread_tree.vue')
-rw-r--r--src/components/thread_tree/thread_tree.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/thread_tree/thread_tree.vue b/src/components/thread_tree/thread_tree.vue
index 4eaf597d..c6fffc71 100644
--- a/src/components/thread_tree/thread_tree.vue
+++ b/src/components/thread_tree/thread_tree.vue
@@ -1,5 +1,5 @@
<template>
- <div class="thread-tree">
+ <article class="thread-tree">
<status
:key="status.id"
ref="statusComponent"
@@ -113,7 +113,7 @@
</template>
</i18n-t>
</div>
- </div>
+ </article>
</template>
<script src="./thread_tree.js"></script>