Skip to content

Commit

Permalink
[UXE-5718] fix: Broken e2e tests due to extra spacing in page title (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpaulo-azion authored Nov 18, 2024
1 parent 2c8369a commit 9fe6dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/page-heading-block/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
v-if="props.pageTitle"
:class="{ 'flex gap-3 align-items-center': props.tag }"
>
{{ props.pageTitle }}
<PrimeTag
{{ props.pageTitle
}}<PrimeTag
v-if="props.tag"
class="h-max"
v-bind="props.tag"
Expand Down

0 comments on commit 9fe6dae

Please sign in to comment.