🐛 fix(www): Fix a typo

This commit is contained in:
Wanjohi
2024-12-30 02:17:50 +03:00
parent 8c808bafcb
commit 7d6a7542e2

View File

@@ -37,7 +37,7 @@ const convertToPrice = (value: any) => {
case 3: case 3:
return [2, 0] return [2, 0]
case 4: case 4:
return [3, 0] return [3, 5]
case 5: case 5:
return [5, 0] return [5, 0]
default: default:
@@ -484,4 +484,4 @@ export default component$(() => {
<Footer /> <Footer />
</> </>
) )
}) })