mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-18 02:20:46 +00:00
Fix text no posts archived
This commit is contained in:
parent
f3220fd21e
commit
15276629e5
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@
|
|||
<div v-if="!archives || !archives.length" class="row justify-content-center">
|
||||
<div class="col-12 col-md-8 text-center">
|
||||
<img src="/img/illustrations/dk-nature-man-monochrome.svg" class="img-fluid" style="opacity: 0.6;">
|
||||
<p class="lead text-muted font-weight-bold">We can't seem to find any posts you have bookmarked</p>
|
||||
<p class="lead text-muted font-weight-bold">We can't seem to find any posts you have archived</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue