Make timeline a list of articles

This commit is contained in:
tusooa 2022-11-07 13:53:56 -05:00
commit d41e7a4c6d
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
3 changed files with 35 additions and 30 deletions

View file

@ -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>