mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
Locale switcher fix
This commit is contained in:
parent
b95cca0fcc
commit
30e9b591ce
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user