mirror of
https://github.com/vercel/commerce.git
synced 2025-07-24 10:41:23 +00:00
bump next & fixes from UAT
This commit is contained in:
@@ -8,14 +8,14 @@ export default function ShopsNav() {
|
||||
return (
|
||||
<div>
|
||||
<div className="font-multilingual flex flex-row items-baseline space-x-6 pb-12">
|
||||
<Link href="/#shops">
|
||||
<span className="flex flex-row items-center space-x-1.5">
|
||||
<Link href="/#shops" className="transition-opacity duration-150 hover:opacity-60">
|
||||
<span className="flex flex-row items-center space-x-4">
|
||||
<span>←</span>
|
||||
<span>{t('shops.all')}</span>
|
||||
<span>{t('shops.title')}</span>
|
||||
</span>
|
||||
</Link>
|
||||
<div>|</div>
|
||||
<div className="font-multilingual font-medium">{t('shops.title')}</div>
|
||||
<div className="font-multilingual font-medium">{t('company.name.value')}</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user