Added subheading to onboarding checklist (#19970)

This commit is contained in:
Daniël van der Winden 2024-04-02 15:54:51 +02:00 committed by GitHub
parent 956c51436e
commit c7c13a394a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,8 @@
{{#if this.onboarding.allStepsCompleted}}
<h2 class="gh-canvas-title">Youre all set.</h2>
{{else}}
<h2 class="gh-canvas-title">Lets get started.</h2>
<h2 class="gh-canvas-title">Lets get started!</h2>
<p>Welcome! It's time to set up {{get-setting "title"}}.</p>
{{/if}}
</div>

View File

@ -2782,6 +2782,10 @@ Onboarding checklist */
margin-bottom: 40px;
}
.gh-onboarding-header h2 {
justify-content: center;
}
.gh-onboarding-header p {
margin-top: 8px;
margin-bottom: 0;