diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-04 20:55:25 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-04 20:57:10 +0200 |
commit | 80c7779efeab644410dee2f21428322b1f0e3500 (patch) | |
tree | 7b7d84e6f3a5f30189f98d36eaa97eaa9b7ae557 /client/src/app/modal/welcome-modal.component.html | |
parent | 4282dafc826f5ca72598aa5446122eb6da3aed27 (diff) | |
download | PeerTube-80c7779efeab644410dee2f21428322b1f0e3500.tar.gz PeerTube-80c7779efeab644410dee2f21428322b1f0e3500.tar.zst PeerTube-80c7779efeab644410dee2f21428322b1f0e3500.zip |
fix mascot sizes, fix tick, delete extraneous .png icons
follows PR #2822
Diffstat (limited to 'client/src/app/modal/welcome-modal.component.html')
-rw-r--r-- | client/src/app/modal/welcome-modal.component.html | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/client/src/app/modal/welcome-modal.component.html b/client/src/app/modal/welcome-modal.component.html index 8bfcc4bf6..81c12d4c0 100644 --- a/client/src/app/modal/welcome-modal.component.html +++ b/client/src/app/modal/welcome-modal.component.html | |||
@@ -33,9 +33,7 @@ | |||
33 | 33 | ||
34 | <div class="two-columns"> | 34 | <div class="two-columns"> |
35 | 35 | ||
36 | <div class="mascot"> | 36 | <img class="mascot mascot-fw" src="/client/assets/images/mascot/pointing.svg" alt="mascot"> |
37 | <img src="/client/assets/images/mascot/pointing.png" alt="mascot"> | ||
38 | </div> | ||
39 | 37 | ||
40 | <div class="block-links"> | 38 | <div class="block-links"> |
41 | <div i18n class="subtitle">Useful links</div> | 39 | <div i18n class="subtitle">Useful links</div> |
@@ -51,9 +49,7 @@ | |||
51 | </div> | 49 | </div> |
52 | 50 | ||
53 | <div class="two-columns"> | 51 | <div class="two-columns"> |
54 | <div class="mascot"> | 52 | <img class="mascot" src="/client/assets/images/mascot/happy.svg" alt="mascot"> |
55 | <img src="/client/assets/images/mascot/happy.png" alt="mascot"> | ||
56 | </div> | ||
57 | 53 | ||
58 | <div class="block-configuration"> | 54 | <div class="block-configuration"> |
59 | <div i18n class="subtitle">It's time to configure your instance!</div> | 55 | <div i18n class="subtitle">It's time to configure your instance!</div> |