Skip to content

Commit

Permalink
⏫ Forwardport of #12633 to 2.3-develop branch
Browse files Browse the repository at this point in the history
Applied pull request patch https://github.com/magento/magento2/pull/12633.patch (created by @miguelbalparda) based on commit(s):
  1. ef1ffd5
  2. cef5991

Fixed GitHub Issues in 2.3-develop branch:
  - #12632: Magento Connect no longer exist (reported by @miguelbalparda)
  • Loading branch information
magento-engcom-team committed Jan 24, 2018
1 parent 8e77e2f commit f6570bd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
</div>
<div class="col-m-3">
<img
class="magento-connect-logo"
class="magento-marketplace-logo"
src="<?php /* @escapeNotVerified */ echo $block
->getViewFileUrl('Magento_Marketplace::partners/images/magento-connect.png');
->getViewFileUrl('Magento_Marketplace::partners/images/magento-marketplace.svg');
?>"
alt="Partner"/>
</div>
Expand All @@ -61,7 +61,7 @@
); ?>
</p>
<a class="action-secondary" target="_blank"
href="http://www.magentocommerce.com/magento-connect/">
href="https://marketplace.magento.com/">
<?= /* @escapeNotVerified */ __('Visit Magento Marketplaces') ?>
</a>
</div>
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}

.partners-footer {
.magento-connect-logo {
.magento-marketplace-logo {
float: right;
margin-bottom: 1px;
}
Expand Down

0 comments on commit f6570bd

Please sign in to comment.