Skip to content

Commit

Permalink
Issue bagisto#10217 fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Oct 25, 2024
1 parent d25462d commit bd78711
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@
@endif

<div class="mt-8 flex items-center justify-between max-md:mt-5">
<h1
<h1
class="text-2xl font-medium max-sm:text-base"
v-text="'{{ $title }}'"
>
</h1>
v-text="`{{ $title }}`"
></h1>
</div>
</div>

Expand Down

0 comments on commit bd78711

Please sign in to comment.