aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+page-not-found/page-not-found.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+page-not-found/page-not-found.component.html b/client/src/app/+page-not-found/page-not-found.component.html
index c6ca8670e..b950b8640 100644
--- a/client/src/app/+page-not-found/page-not-found.component.html
+++ b/client/src/app/+page-not-found/page-not-found.component.html
@@ -57,5 +57,5 @@
57 <div class="muted" i18n="This is about Sepia's tea">Sepia seems to like it.</div> 57 <div class="muted" i18n="This is about Sepia's tea">Sepia seems to like it.</div>
58 </div> 58 </div>
59 59
60 <img src='/client/assets/images/mascot/{{ getMascotName() }}.svg' alt='{{ status }} mascot'> 60 <img src='/client/assets/images/mascot/{{ getMascotName() }}.svg' alt='{{ status }} mascot' class="mb-4">
61</div> 61</div>