Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 28, 2023
2 parents d79fdce + f48f392 commit 0c7b6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/pages/landing/herosection.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import { AppConfigService } from '../../service/appconfigservice';
<div class="flex gap-2">
<div class="w-6rem flex-shrink-0">
<span class="text-secondary font-medium block mb-3">Amount</span>
<p-inputNumber [(ngModel)]="value1" mode="currency" currency="USD" locale="en-US" class="w-full" inputStyleClass="lg:w-6" />
<p-inputNumber [(ngModel)]="value1" mode="currency" currency="USD" locale="en-US" inputStyleClass="lg:w-6 w-full" />
</div>
<div class="flex-auto" style="width: 1%">
<span class="text-secondary font-semibold block mb-3">Beneficiary</span>
Expand Down

0 comments on commit 0c7b6a4

Please sign in to comment.