chore: clean up

This commit is contained in:
Anthony Fu 2022-11-24 14:42:26 +08:00
parent 8c9eac5789
commit 9978b10e06
9 changed files with 7 additions and 27 deletions

View file

@ -7,9 +7,7 @@ const paginator = masto.trends.getStatuses()
<template #title>
<div i-ri:hashtag h-6 mr-1 /><span>Explore</span>
</template>
<template #actions>
<div i-ri:equalizer-fill mr-1 h-6 />
</template>
<slot>
<!-- TODO: Tabs for trending statuses, tags, and links -->
<TimelinePaginator :paginator="paginator" />