pin browserless/chrome version as latest it too unstable

This commit is contained in:
Amruth Pillai
2023-11-14 21:53:10 +01:00
parent 044ef8bdb5
commit 72852f90e2
10 changed files with 16 additions and 18 deletions

View File

@ -49,9 +49,8 @@ export const BuilderToolbar = () => {
return (
<motion.div
initial={{ opacity: 0, bottom: -64 }}
animate={{ opacity: 0.3, bottom: -28 }}
whileHover={{ opacity: 1, bottom: 0 }}
initial={{ opacity: 0.5 }}
whileHover={{ opacity: 1 }}
className="fixed inset-x-0 mx-auto hidden pb-4 pt-6 text-center md:block"
>
<div className="inline-flex items-center justify-center rounded-full bg-background px-4 shadow-xl">