Skip to content

Commit

Permalink
fix: resolved formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleKSaju committed Jan 31, 2025
1 parent d0faffd commit 8e336f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/Business.Payment.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ <h3 class="w-1/3 font-semibold">{{t`party`}}</h3>
</section>

<section class="w-1/2 px-12 pb-6 text-lg" v-if="doc.taxes.length">
<p class="flex justify-center font-semibold text-lg mt-2">{{t`Tax Summary`}}</p>
<p class="flex justify-center font-semibold text-lg mt-2">
{{t`Tax Summary`}}
</p>

<div
class="flex justify-between pl-5 text-base"
Expand Down Expand Up @@ -116,7 +118,7 @@ <h3 class="w-1/3 font-semibold">{{t`party`}}</h3>

<!-- Invoice Terms -->
<section class="mt-12" v-if="doc.terms">
<h3 class="text-lg font-semibold">{{t`Notes`}}/h3>
<h3 class="text-lg font-semibold">{{t`Notes`}}</h3>

<p class="mt-4 text-lg whitespace-pre-line">{{ doc.terms }}</p>
</section>
Expand Down

0 comments on commit 8e336f3

Please sign in to comment.