]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/signup-step-title.component.html
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / shared / signup-step-title.component.html
1 <div class="step-content-title">
2 <my-signup-mascot [imageName]="mascotImageName"></my-signup-mascot>
3
4 <h2>
5 <ng-content></ng-content>
6 </h2>
7
8 <div class="step-content-title-separator"></div>
9 </div>