From c7c13a394aefd2276d11b4e393d1e4f3a7e7bb62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20der=20Winden?= Date: Tue, 2 Apr 2024 15:54:51 +0200 Subject: [PATCH] Added subheading to onboarding checklist (#19970) --- ghost/admin/app/components/dashboard/onboarding-checklist.hbs | 3 ++- ghost/admin/app/styles/layouts/dashboard.css | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ghost/admin/app/components/dashboard/onboarding-checklist.hbs b/ghost/admin/app/components/dashboard/onboarding-checklist.hbs index a28a52d137..358f4d0871 100644 --- a/ghost/admin/app/components/dashboard/onboarding-checklist.hbs +++ b/ghost/admin/app/components/dashboard/onboarding-checklist.hbs @@ -13,7 +13,8 @@ {{#if this.onboarding.allStepsCompleted}}

You’re all set.

{{else}} -

Let’s get started.

+

Let’s get started!

+

Welcome! It's time to set up {{get-setting "title"}}.

{{/if}} diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index bc7681e72b..be93dae55f 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -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;