Skip to content

Commit

Permalink
fix: Update order-summary fees text (#1821)
Browse files Browse the repository at this point in the history
Update order-summary.tsx
  • Loading branch information
Tymmmy authored Nov 13, 2024
1 parent 27b2e16 commit 3c05629
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const OrderSummary = ({ summary }: OrderSummaryProps) => {
</div>
<div className="flex items-center justify-between border-t pt-4">
<dt>Fees</dt>
<dd className="text-sm">
<dd className="text-sm ml-6">
Fees will be calculated at the next step
</dd>
</div>
Expand Down

0 comments on commit 3c05629

Please sign in to comment.