New Footer

This commit is contained in:
Belen Curcio
2020-10-22 15:35:09 -03:00
parent 4a328a8ae7
commit a7b0d9391a
5 changed files with 6 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ const UserNav: FC<Props> = ({ className, children, ...props }) => {
<Menu>
{({ open }) => (
<>
<Menu.Button className="inline-flex justify-center">
<Menu.Button className="inline-flex justify-center rounded-full">
<Avatar />
</Menu.Button>
<DropdownMenu onClose={closeDropdown} open={open} />

View File

@@ -1,5 +1,5 @@
.skeleton {
@apply block rounded;
@apply block;
background-image: linear-gradient(
270deg,
var(--accents-1),