mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Flags
This commit is contained in:
@@ -51,7 +51,7 @@ const CartSidebarView: FC = () => {
|
||||
</button>
|
||||
</div>
|
||||
<div className="space-y-1">
|
||||
<UserNav />
|
||||
<UserNav className="" />
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
@@ -18,8 +18,8 @@ const LOCALES_MAP: Record<string, LOCALE_DATA> = {
|
||||
es: {
|
||||
name: 'Español',
|
||||
img: {
|
||||
filename: 'flag-es.svg',
|
||||
alt: 'Bandera española',
|
||||
filename: 'flag-es-co.svg',
|
||||
alt: 'Bandera Colombiana',
|
||||
},
|
||||
},
|
||||
'en-US': {
|
||||
|
Reference in New Issue
Block a user