diff options
author | kontrollanten <6680299+kontrollanten@users.noreply.github.com> | 2022-07-04 22:05:42 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-08 10:58:04 +0200 |
commit | c482d2b7a6c59867973291f3ea3eca7d2db87d2a (patch) | |
tree | 324ee02fdbce4528de53236fd3cd0d9e655be294 /client | |
parent | 9469783d432d9d53eafe5ec0c0b4baa78af2510d (diff) | |
download | PeerTube-c482d2b7a6c59867973291f3ea3eca7d2db87d2a.tar.gz PeerTube-c482d2b7a6c59867973291f3ea3eca7d2db87d2a.tar.zst PeerTube-c482d2b7a6c59867973291f3ea3eca7d2db87d2a.zip |
feat(client/PageNotFound): mascot margin
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/+page-not-found/page-not-found.component.html | 2 |
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> |