diff --git a/js/resources/utils.js b/js/resources/utils.js index 4da5569..74fc1c3 100644 --- a/js/resources/utils.js +++ b/js/resources/utils.js @@ -99,7 +99,11 @@ export default { IRL = (bricks.replace(/,/g, '') * 0.2338).toFixed(2) DISPLAY = 'TRY' break + case 7: + IRL = (bricks.replace(/,/g, '') * 0.49).toFixed(2) + DISPLAY = 'BRL' + break } return {bricks: IRL, display: DISPLAY} } -} \ No newline at end of file +} diff --git a/settings.html b/settings.html index 161fd5d..832a6df 100755 --- a/settings.html +++ b/settings.html @@ -392,6 +392,7 @@ +