We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug <mj-social-element /> includes broken images from mailjet.com
<mj-social-element />
To Reproduce
Just use the example from the docs:
<mj-social> <mj-social-element name="facebook">Share</mj-social-element> </mj-social>
renders
[...] <img height="20" src="https://www.mailjet.com/images/theme/v1/icons/ico-social/facebook.png" style="border-radius:3px;display:block;" width="20"> [...]
And https://www.mailjet.com/images/theme/v1/icons/ico-social/facebook.png does not exists => 404
try online
Expected behavior Should use icons that exists.
MJML environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
same here.
Sorry, something went wrong.
Confirmed. I'm seeing the same thing here.
This is fixed 👍
No branches or pull requests
Describe the bug
<mj-social-element />
includes broken images from mailjet.comTo Reproduce
Just use the example from the docs:
renders
And https://www.mailjet.com/images/theme/v1/icons/ico-social/facebook.png does not exists => 404
try online
Expected behavior
Should use icons that exists.
MJML environment (please complete the following information):
The text was updated successfully, but these errors were encountered: