Skip to content

Commit

Permalink
Add connection button to Welcome banner (#34858)
Browse files Browse the repository at this point in the history
* Add connection button to Welcome banner

* changelog

* Update changelog

* Adjust spacing between button and text

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7450882780
  • Loading branch information
IanRamosC authored and matticbot committed Jan 8, 2024
1 parent 02044ea commit ad3908e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This is an alpha version! The changes listed here are not final.

### Added
- add a check to determine if a user is "new" to Jetpack
- Add to the Welcome banner in My Jetpack a button that links to the connection screen. Making it easier for user to find that page.

### Changed
- Add a product interstiail in My Jetpack for stats
Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'b3d6d922b0ad518eee85');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '7c8b7e77a74cf43ba260');
2 changes: 1 addition & 1 deletion build/index.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.rtl.css

Large diffs are not rendered by default.

0 comments on commit ad3908e

Please sign in to comment.