Fix: $ to руб
This commit is contained in:
@@ -46,7 +46,7 @@ class ProductCard extends StatelessWidget {
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
Text(
|
||||
'\$$price',
|
||||
'$price руб.',
|
||||
style: Theme.of(context).textTheme.titleSmall,
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user