aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/shared/signup-step-title.component.html
blob: 9cf4c4826cd92b61aeaa42c0aa09b50e29a1ea41 (plain) (blame)
1
2
3
4
5
6
7
8
9
<div class="step-content-title">
  <my-signup-mascot [imageName]="mascotImageName"></my-signup-mascot>

  <h2>
    <ng-content></ng-content>
  </h2>

  <div class="step-content-title-separator"></div>
</div>