Skip to content

Commit

Permalink
Merge pull request #1145 from kkhys/staging
Browse files Browse the repository at this point in the history
Production deploy
  • Loading branch information
kkhys committed Jun 9, 2024
2 parents eb204ba + 016a4df commit a65603b
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

2 comments on commit a65603b

@vercel
Copy link

@vercel vercel bot commented on a65603b Jun 9, 2024

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:

me-web – ./apps/web

me-web-ten.vercel.app
me-web-kkhys-team.vercel.app
me-web-git-main-kkhys-team.vercel.app
www.kkhys.me
kkhys.me

@vercel
Copy link

@vercel vercel bot commented on a65603b Jun 9, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.