build changes

This commit is contained in:
Belen Curcio
2020-10-02 13:08:19 -03:00
parent f536dab1a2
commit 01f5b460d1
3 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ const UserNav: FC<Props> = ({ className }) => {
return (
<nav className={rootClassName}>
<ul className={s.list}>
<li className={s.item} onClick={() => openSidebar}>
<li className={s.item} onClick={() => openSidebar()}>
<Bag />
<span className="bg-black h-4 w-4 absolute rounded-full inset-3 text-white flex items-center justify-center font-bold text-xs">
1