Skip to content

Commit

Permalink
Merge pull request #1144 from kkhys/develop
Browse files Browse the repository at this point in the history
Staging deploy
  • Loading branch information
kkhys authored Jun 9, 2024
2 parents 98f533c + f59b5e1 commit 016a4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/ui/post/blocks/image-block/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const ImageBlock = ({
initial={{ opacity: 0 }}
animate={{ opacity: 1 }}
exit={{ opacity: 0 }}
transition={{ duration: 0.4 }}
transition={{ duration: 0 }}
onClick={() => setOpen(false)}
className='fixed inset-0 z-20 bg-background/80 backdrop-blur-[2px]'
>
Expand Down

0 comments on commit 016a4df

Please sign in to comment.