mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Locale switcher fix
This commit is contained in:
@@ -67,7 +67,7 @@ export default function LocaleSwitcher() {
|
||||
className={`flex w-full cursor-pointer items-center px-4 py-2 text-sm ${
|
||||
currentLocale == locale.id && 'font-bold'
|
||||
}`}
|
||||
href={redirectedPathName(locale.id)}
|
||||
href={redirectedPathName()}
|
||||
>
|
||||
{locale.title}
|
||||
</Link>
|
||||
|
Reference in New Issue
Block a user