You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<liclass="list-item{% if active %} list-item--active{% endif %}{% if compact %} list-item--compact{% endif %}{% if extra_compact %} list-item--extra-compact{% endif %}">
3
3
{% if href %}<aclass="link" href="{{ href }}">{% endif %}
4
-
{% if caption %}<pclass="utrecht-paragraph list-item__caption">{{ caption }}</p>{% endif %}
4
+
{% if caption %}<nl-paragraphclass-name="list-item__caption">{{ caption }}</nl-paragraph>{% endif %}
5
5
{% if strong %}
6
6
<pclass="utrecht-heading-4">{{ text }}</p>
7
7
{% else %}
8
8
<nl-paragraph>{{ text }}</nl-paragraph>
9
9
{% endif %}
10
-
{% if description %}<pclass="utrecht-paragraph utrecht-paragraph--oip utrecht-paragraph--oip-muted">{{ description }}</p>{% endif %}
10
+
{% if description %}<nl-paragraphclass-name="nl-paragraph--oip nl-paragraph--oip-muted">{{ description }}</nl-paragraph>{% endif %}
<pclass="utrecht-paragraph utrecht-paragraph--oip utrecht-paragraph--oip-paragraph-muted">{% trans "De gebruiker is inactief. Het is niet mogelijk een bericht te sturen." %}</p>
75
+
<nl-paragraphclass-name="nl-paragraph--oip nl-paragraph--oip-paragraph-muted">{% trans "De gebruiker is inactief. Het is niet mogelijk een bericht te sturen." %}</nl-paragraph>
0 commit comments