mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-17 02:01:29 +10:00
pin browserless/chrome version as latest it too unstable
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user