diff --git a/index.html b/index.html index 21c6ca93957..a954658a629 100644 --- a/index.html +++ b/index.html @@ -3002,7 +3002,7 @@

mj-navbar

mj-navbar

-

Individual links of the menu should we wrapped inside mj-navbar.

+

Individual links of the menu should be wrapped inside mj-navbar.

Standard Desktop:

@@ -3505,6 +3505,12 @@

mj-social

desktop

+ +

Displays calls-to-action for various social networks with their associated logo. You can add social networks with the mj-social-element tag.

<mjml>
   <mj-body>
@@ -3517,9 +3523,12 @@ 

mj-social

<mj-social-element name="google" href="https://mjml.io/"> Google </mj-social-element> - <mj-social-element name="twitter" href="https://mjml.io/"> + <mj-social-element name="twitter" href="https://mjml.io/"> Twitter </mj-social-element> + <mj-social-element name="x" href="https://mjml.io/"> + X + </mj-social-element> </mj-social> </mj-column> </mj-section> @@ -3874,6 +3883,7 @@

mj-social-element

Supported networks with a share url: - facebook - twitter +- x - google - pinterest - linkedin