Skip to content

Commit

Permalink
Publish 2 from deena into origin/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Deena El Orra authored and DeenaElOrra committed Nov 18, 2024
1 parent 431a5aa commit ff3c562
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion islands/PriceCalculatorIsland.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function PriceCalculatorIsland() {

<div className="space-y-6">
{/* Currency Selection */}
<div>
{/* <div>
<label className="block font-medium mb-2">Moeda</label>
<select
className={inputStyle}
Expand All @@ -112,6 +112,13 @@ export default function PriceCalculatorIsland() {
>
<option value="BRL">BRL (R$)</option>
</select>
</div> */}

<div>
<label className="block font-medium mb-2">Moeda</label>
<div className={inputStyle}>
BRL (R$)
</div>
</div>

{/* Plans */}
Expand Down
9 changes: 8 additions & 1 deletion islands/PriceCalculatorIslandEN.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function PriceCalculatorIsland() {

<div className="space-y-6">
{/* Currency Selection */}
<div>
{/* <div>
<label className="block font-medium mb-2">Currency</label>
<select
className={inputStyle}
Expand All @@ -116,6 +116,13 @@ export default function PriceCalculatorIsland() {
>
<option value="USD">USD ($)</option>
</select>
</div> */}

<div>
<label className="block font-medium mb-2">Moeda</label>
<div className={inputStyle}>
USD ($)
</div>
</div>

{/* Plans */}
Expand Down

0 comments on commit ff3c562

Please sign in to comment.