plans
This commit is contained in:
@@ -106,7 +106,12 @@ const { Content } = await render(course);
|
||||
href="#"
|
||||
class="text-black font-semibold bg-lime-400 rounded p-2.5 max-lg:text-center hover:bg-white hover:text-black"
|
||||
>
|
||||
Contratar R${data.course.unit_price} p/ matrícula
|
||||
Contratar {
|
||||
new Intl.NumberFormat("pt-BR", {
|
||||
style: "currency",
|
||||
currency: "BRL",
|
||||
}).format(data.course.unit_price)
|
||||
} p/ matrícula
|
||||
</a>
|
||||
<a
|
||||
href="#planos"
|
||||
|
||||
Reference in New Issue
Block a user