diff options
-rw-r--r-- | src/screens/StarterPack/Wizard/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index 3b2333ed9..dc725790d 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -309,7 +309,7 @@ function WizardInner({ } }} /> - <Layout.Header.Content> + <Layout.Header.Content align="left"> <Layout.Header.TitleText> {currUiStrings.header} </Layout.Header.TitleText> |