Skip to content

Commit

Permalink
fix: change names to spanish
Browse files Browse the repository at this point in the history
  • Loading branch information
psincraian committed Dec 18, 2024
1 parent 9871974 commit b7952dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/price-history-chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ export function PriceHistoryChart() {
variant={rateType === 'variable' ? 'default' : 'outline'}
onClick={() => setRateType('variable')}
>
Variable Rate
Tarifa variable
</Button>
<Button
variant={rateType === 'fixed' ? 'default' : 'outline'}
onClick={() => setRateType('fixed')}
>
Fixed Rate
Tarifa fija
</Button>
</div>
</div>
Expand Down

0 comments on commit b7952dd

Please sign in to comment.