Skip to content

Commit

Permalink
TMS-1071: Fix events price element class
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Sep 25, 2024
1 parent c2912a3 commit 3315236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1071: Fix events price element class

## [1.10.2] - 2024-09-25

- TMS-1067: Show price-info for event in listing if it's free
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

{#price}
{?is_free}
<div class="is-flex is-align-items-center mt-2 mb-2 {classes.event_item_text|attr}">
<div class="events__meta is-flex is-family-secondary is-align-items-center">
<span class="is-flex" aria-label="{Strings.s.event.price|attr}">
{>"ui/icon" icon="euro" class="icon--large is-primary mr-2 {item_classes.grid.icon|attr}" /}
</span>
Expand Down

0 comments on commit 3315236

Please sign in to comment.