Merge pull request #5470 from Medformatik/staging

Fix text no posts archived
This commit is contained in:
daniel 2025-01-16 00:52:15 -07:00 committed by GitHub
commit d00d005db8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -438,7 +438,7 @@
<div v-if="!archives || !archives.length" class="row justify-content-center"> <div v-if="!archives || !archives.length" class="row justify-content-center">
<div class="col-12 col-md-8 text-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;"> <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> </div>
</div> </div>