typo
This commit is contained in:
parent
f106cf5878
commit
c7cb9d9440
@ -25,7 +25,7 @@
|
||||
<!-- Desktop modal using dialog component -->
|
||||
<input type="checkbox" {id} class="modal-toggle" />
|
||||
|
||||
<dialog {id} class="modal p-3 sm:p-0">
|
||||
<dialog {id} class="modal p-3 sm:p-0 text-muted dark:text-white">
|
||||
<label for={id} class="cursor-pointer modal-backdrop bg-[#000]/30"></label>
|
||||
|
||||
<!-- Desktop modal content -->
|
||||
|
||||
@ -582,7 +582,7 @@
|
||||
},
|
||||
];
|
||||
|
||||
console.log(userStrategy);
|
||||
console.log("yes");
|
||||
}
|
||||
}
|
||||
|
||||
@ -971,7 +971,7 @@
|
||||
</div>
|
||||
<div class="flex items-baseline">
|
||||
<span class="text-lg font-semibold"
|
||||
>${breakEvenPrice}</span
|
||||
>${breakEvenPrice?.toFixed(2)}</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user