Skip to content

Commit

Permalink
Remove bold class from textLink (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Wouter Thys <[email protected]>
  • Loading branch information
CaprinaeWT and Wouter Thys authored Feb 17, 2023
1 parent 54ac239 commit 68f1105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Block/block_form_builder.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{% macro showTextLinkField(elem) %}
<div class="form-group mb-4">
<div class="form-group mb-4">
<p class="font-weight-bold">
<p>
{{ elem.fields.textbeforelink.value }} <a href="{{ elem.fields.url.value }}">{{ elem.fields.cta.value }}</a> {{ elem.fields.textafterlink.value }}
</p>
</div>
Expand Down

0 comments on commit 68f1105

Please sign in to comment.