Skip to content

Commit 4c586b3

Browse files
authored
Merge pull request #26 from Kredeum/word-change
wording change
2 parents 0c1075d + f0924fa commit 4c586b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

svelte/flasharb.svelte

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,9 @@
302302
<div class="w-layout-grid gridcosts">
303303
<div class="textlightmode label02">Gross profit</div>
304304
<div id="costArbitrage" class="textlightmode numbers">
305-
{grossProfit === 0 ? "Select a spread" : grossProfit.toFixed(5) + " $"}
305+
{grossProfit === 0
306+
? "Select a spread"
307+
: grossProfit.toFixed(5) + " $"}
306308
</div>
307309
<div class="textlightmode label02">Flashloan Fee</div>
308310
<div id="costFlashLoan" class="textlightmode numbers">
@@ -328,7 +330,7 @@
328330
>
329331
<div class="columntitlebar profit" style="padding-left: 0;">
330332
<h2 id="columnTitle" style="font-size: 16px">
331-
Estimated Net Profit 🤑
333+
Estimated P&L 🤑
332334
</h2>
333335
<div id="differenceProfit" class="textlightmode numbers big">
334336
{estimatedProfit.toFixed(5)} $

0 commit comments

Comments
 (0)