This commit is contained in:
Belen Curcio
2020-10-26 23:53:00 -03:00
parent 989e4de5e5
commit eac2d17946
4 changed files with 33 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ const CartSidebarView: FC = () => {
</button>
</div>
<div className="space-y-1">
<UserNav />
<UserNav className="" />
</div>
</div>
</header>