Skip to content

Commit

Permalink
UCPKN-2290: Remove fw-bold class from featured media heading. (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
kp77 authored Jul 12, 2023
1 parent 77fe0d1 commit ecc6098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports[`OE - Featured media featured item renders correctly 1`] = `
class="row"
>
<h2
class="fw-bold mb-4 bcl-heading"
class="mb-4 bcl-heading"
>
A title for a featured item
</h2>
Expand Down Expand Up @@ -74,7 +74,7 @@ exports[`OE - Featured media featured item renders correctly with title 1`] = `
class="row"
>
<h6
class="fw-bold mb-4 bcl-heading"
class="mb-4 bcl-heading"
>
Featured media test title
</h6>
Expand Down
4 changes: 0 additions & 4 deletions src/compositions/bcl-featured-media/featured-media.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@
{% set attributes = create_attribute() %}
{% endif %}

{% if _with_text %}
{% set _title_attributes = _title_attributes.addClass(['fw-bold', 'mb-4']) %}
{% endif %}

{% set attributes = attributes.addClass(["rounded", "overflow-hidden"]) %}

{% if _image is not empty %}
Expand Down

1 comment on commit ecc6098

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.