aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal/account-setup-modal.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-08-27 09:30:32 +0200
committerChocobozzz <me@florianbigard.com>2021-08-27 09:30:32 +0200
commit1ff15061b31245df4248e47228d0a90b07ab3f01 (patch)
tree7d981a54cfec919d0f83afca68b2fce6b696d6d2 /client/src/app/modal/account-setup-modal.component.html
parentbf80903fde923e0c84226ac442a2a382db74aee4 (diff)
downloadPeerTube-1ff15061b31245df4248e47228d0a90b07ab3f01.tar.gz
PeerTube-1ff15061b31245df4248e47228d0a90b07ab3f01.tar.zst
PeerTube-1ff15061b31245df4248e47228d0a90b07ab3f01.zip
Avoid layout shift in account setup modal
Diffstat (limited to 'client/src/app/modal/account-setup-modal.component.html')
-rw-r--r--client/src/app/modal/account-setup-modal.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/modal/account-setup-modal.component.html b/client/src/app/modal/account-setup-modal.component.html
index 55bae78bf..d1f153835 100644
--- a/client/src/app/modal/account-setup-modal.component.html
+++ b/client/src/app/modal/account-setup-modal.component.html
@@ -5,7 +5,7 @@
5 </div> 5 </div>
6 6
7 <div class="modal-body"> 7 <div class="modal-body">
8 <img class="mascot" src="/client/assets/images/mascot/happy.svg" alt="mascot"> 8 <img class="mascot" src="/client/assets/images/mascot/happy.svg" alt="">
9 9
10 <div i18n class="subtitle">It's time to set up your account profile!</div> 10 <div i18n class="subtitle">It's time to set up your account profile!</div>
11 11