Skip to content

Commit

Permalink
⚒️ Mejoras de animacion
Browse files Browse the repository at this point in the history
  • Loading branch information
JJozef committed Sep 3, 2023
1 parent 1f9cd8c commit 8be56a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Aside.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function Aside() {
<aside
className={clsx(
'h-responsive aside-class fixed left-0 top-auto bg-white dark:bg-menu-color md:bg-transparent bottom-0 border-r border-chinese-white dark:border-aside-link/10 z-40 overflow-hidden md:w-auto md:top-0 md:z-0 md:opacity-100 md:visible',
'transition-all duration-300',
isMenuOpen ? 'w-auto visible opacity-100' : 'w-0 invisible opacity-0'
)}
>
Expand Down

1 comment on commit 8be56a4

@vercel
Copy link

@vercel vercel bot commented on 8be56a4 Sep 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

joseignacio-dev – ./

joseignacio-dev-git-main-jjozef.vercel.app
joseignacio-dev-jjozef.vercel.app
www.joseignacio.dev
joseignacio.dev

Please sign in to comment.