bump next & fixes from UAT

This commit is contained in:
Sol Irvine
2023-08-25 23:41:52 -07:00
parent a8ee9f5a22
commit 12632b2304
15 changed files with 124 additions and 77 deletions

View File

@@ -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>
);