Skip to content

Commit

Permalink
Fixes typo in class name πŸ‘¨β€πŸ”§
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobvogel committed Apr 25, 2024
1 parent 0c07b24 commit 115109e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
value="@isFilled(link) ? 'a' : 'span'"/>

<i:if test="isFilled(effectiveValue)">
<span class="d-flex flew-row text-small mb-2 me-2 @class">
<span class="d-flex flex-row text-small mb-2 me-2 @class">
<@wrapper @if (isFilled(link)) { href="@link" } @if (isFilled(title)) {
title="@title"
aria-label="@title"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/default/taglib/t/inlineInfo.html.pasta
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</i:pragma>

<i:if test="isFilled(effectiveValue)">
<span class="d-flex flew-row text-small text-sirius-gray-dark mb-2 me-3 overflow-hidden @class">
<span class="d-flex flex-row text-small text-sirius-gray-dark mb-2 me-3 overflow-hidden @class">
<i:if test="isFilled(label)">
<span class="fw-bold pe-1">
@(label):
Expand Down

0 comments on commit 115109e

Please sign in to comment.