Skip to content

Commit fb040a4

Browse files
committed
minor #1994 [Icon] Emphasis HTML syntax requires TwigComponent (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [Icon] Emphasis HTML syntax requires TwigComponent First time HTML syntax is shown, use "tip" (green borders) instead of "note" Fix: #1993 | Before | After | | - | - | | ![Capture d’écran 2024-07-17 à 21 17 54 - Grande](https://github.com/user-attachments/assets/e344aa2c-d0d7-4dfb-bf09-bc4a2efcae14) | <img width="969" alt="Capture d’écran 2024-07-17 à 21 29 14" src="https://github.com/user-attachments/assets/bc5cfa67-801c-4018-8173-8ee9f647e8eb"> | Commits ------- f7838b7 [Icon] Emphasis HTML syntax requires TwigComponent
2 parents 2df113f + f7838b7 commit fb040a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Icons/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ tag:
180180
<!-- you can also add any HTML attributes -->
181181
<twig:ux:icon name="user-profile" height="16" width="16" aria-hidden="true" />
182182

183-
.. note::
183+
.. tip::
184184

185185
To use the HTML syntax, the ``symfony/ux-twig-component`` package must be
186186
installed in your project.

0 commit comments

Comments
 (0)