Skip to content

Commit

Permalink
Merge pull request #25 from micka-fdz/patch-1
Browse files Browse the repository at this point in the history
Change PrestaShop URL in footer
  • Loading branch information
matthieu-rolland committed Jul 5, 2022
2 parents 6eaa472 + 8209c40 commit 0fb88bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mails/themes/modern_mjml/components/footer.mjml.twig
Expand Up @@ -7,7 +7,7 @@
<a href="{shop_url}" style="color:#656565;font-size:16px;font-weight:600;">{shop_name}</a>
</mj-text>
<mj-text padding-top="0" align="center" color="#656565" font-size="12px">
Powered by <a href="https://www.prestashop.com/?utm_source=marchandprestashop&utm_medium=e-mail&utm_campaign=footer_1-7" style="color:#656565;font-weight:400;">PrestaShop</a>
Powered by <a href="https://www.prestashop-project.org/" style="color:#656565;font-weight:400;">PrestaShop</a>
</mj-text>
</mj-column>
</mj-section>
Expand Down

0 comments on commit 0fb88bb

Please sign in to comment.