mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update Timeline, fix empty timeline card
This commit is contained in:
parent
7ed65fc9fe
commit
11eb6acdaf
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@
|
|||
:recommended="true" />
|
||||
</div>
|
||||
|
||||
<div v-if="!loading && emptyFeed">
|
||||
<div v-if="!loading && emptyFeed && scope !== 'home'">
|
||||
<div class="card rounded-0 mt-3 status-card rounded-0 shadow-none border">
|
||||
<div class="card-body py-5 my-5">
|
||||
<p class="text-center"><i class="fas fa-battery-empty fa-8x text-lighter"></i></p>
|
||||
|
|
Loading…
Reference in a new issue