Search fixes

This commit is contained in:
Henrik Larsson
2023-08-11 11:54:50 +02:00
parent 70b869739f
commit 86f2475aad
17 changed files with 172 additions and 59 deletions

View File

@@ -3,7 +3,7 @@ import clsx from 'clsx';
const Price = ({
amount,
className,
currencyCode = 'USD',
currencyCode = 'SEK',
currencyCodeClassName
}: {
amount: string;