Skip to content

Commit a9f1e98

Browse files
authored
Align skip button in Authentication onboarding (#2187)
* Align skip button in Authentication onboarding screen * Unify the translation string to include the arrow
1 parent bd3b723 commit a9f1e98

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

‎src/modules/onboarding/components/connect-to-wpcom.tsx‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,9 @@ export function OnboardingConnectToWpcom( { onSkip }: { onSkip: () => void } ) {
8484
</Tooltip>
8585
</div>
8686

87-
<div className="text-center">
88-
<Button onClick={ onSkip }>
89-
{ __( 'Skip' ) }
90-
{ ' →' }
87+
<div className="text-right">
88+
<Button className="pr-0" onClick={ onSkip }>
89+
{ __( 'Skip →' ) }
9190
</Button>
9291
</div>
9392
</div>

0 commit comments

Comments
 (0)